修訂 | c0a730373a820f9c5a85fab649b4220fefaaa66e (tree) |
---|---|
時間 | 2014-02-20 18:34:25 |
作者 | Mikiya Fujii <mikiya.fujii@gmai...> |
Commiter | Mikiya Fujii |
Bug in the constructor of Parameters-class is fixed. #33050
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/trunk@1663 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -68,6 +68,8 @@ Parameters::Parameters(){ | ||
68 | 68 | this->elecIndecesHolePlot = NULL; |
69 | 69 | this->elecIndecesParticlePlot = NULL; |
70 | 70 | this->electronicStateIndecesMullikenCIS = NULL; |
71 | + this->sumChargesIndexPairsSCF = NULL; | |
72 | + this->sumChargesIndexPairsCIS = NULL; | |
71 | 73 | } |
72 | 74 | |
73 | 75 | Parameters::~Parameters(){ |