• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂c0a730373a820f9c5a85fab649b4220fefaaa66e (tree)
時間2014-02-20 18:34:25
作者Mikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Log Message

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

Change Summary

差異

--- a/src/base/Parameters.cpp
+++ b/src/base/Parameters.cpp
@@ -68,6 +68,8 @@ Parameters::Parameters(){
6868 this->elecIndecesHolePlot = NULL;
6969 this->elecIndecesParticlePlot = NULL;
7070 this->electronicStateIndecesMullikenCIS = NULL;
71+ this->sumChargesIndexPairsSCF = NULL;
72+ this->sumChargesIndexPairsCIS = NULL;
7173 }
7274
7375 Parameters::~Parameters(){