• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revisionede84e655f76c62e2cb12f399c90ebafad22d2c0 (tree)
Zeit2014-04-25 08:14:13
AutorMikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Log Message

Unnecessary code is removed: Sulfer is not suported in INDO.

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

Ändern Zusammenfassung

Diff

--- a/src/base/atoms/Satom.cpp
+++ b/src/base/atoms/Satom.cpp
@@ -54,8 +54,7 @@ void Satom::SetAtomicParameters(){
5454 this->valence.push_back(py);
5555 this->valence.push_back(pz);
5656 this->valence.push_back(px);
57- if(Parameters::GetInstance()->GetCurrentTheory() == CNDO2 ||
58- Parameters::GetInstance()->GetCurrentTheory() == INDO){
57+ if(Parameters::GetInstance()->GetCurrentTheory() == CNDO2){
5958 this->valence.push_back(dxy);
6059 this->valence.push_back(dyz);
6160 this->valence.push_back(dzz);
@@ -83,8 +82,8 @@ void Satom::SetAtomicParameters(){
8382 this->effectiveNuclearChargeMsp = 5.45;
8483 this->effectiveNuclearChargeMd = 5.45;
8584 }
86- this->indoG1 = 0.267708;
87- this->indoF2 = 0.17372;
85+ this->indoG1 = 0.0;
86+ this->indoF2 = 0.0;
8887 this->indoF0CoefficientS = 0.0;
8988 this->indoF0CoefficientP = 0.0;
9089 this->indoG1CoefficientS = 0.0;