• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revisão9af84c15e2fec8e6cb0fcf8ea0b1df908e078c39 (tree)
Hora2010-12-11 17:42:07
AutorMikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Mensagem de Log

NULL is set to member-pointers.

git-svn-id: https://svn.sourceforge.jp/svnroot/molds/MolDS/trunk@22 1136aad2-a195-0410-b898-f5ea1d11b9d8

Mudança Sumário

Diff

--- a/src/cndo/Cndo2.h
+++ b/src/cndo/Cndo2.h
@@ -107,6 +107,13 @@ Cndo2::Cndo2(){
107107 this->theory = CNDO2;
108108 this->SetMessages();
109109 this->SetEnableAtomTypes();
110+ this->gammaAB = NULL;
111+ this->overlap = NULL;
112+ this->orbitalElectronPopulation = NULL;
113+ this->atomicElectronPopulation = NULL;
114+ this->fockMatrix = NULL;
115+ this->energiesMO = NULL;
116+ this->molecule = NULL;
110117 //cout << "Cndo created\n";
111118 }
112119