• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

修订版62726df5fa245bc2bcad0aff329f2e3583147dd9 (tree)
时间2011-10-20 01:30:34
作者Mikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Log Message

Typo is corrected. Mndo::CalcTwoElecTowCore is renamed to Mndo::CalcTwoElecTwoCore

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

更改概述

差异

--- a/src/mndo/Mndo.h
+++ b/src/mndo/Mndo.h
@@ -56,7 +56,7 @@ protected:
5656 virtual double GetExchangeInt(OrbitalType orbital1,
5757 OrbitalType orbital2,
5858 Atom* atom);
59- virtual void CalcTwoElecTowCore(double****** twoElecTwoCore, Molecule* molecule);
59+ virtual void CalcTwoElecTwoCore(double****** twoElecTwoCore, Molecule* molecule);
6060 virtual double GetMolecularIntegralElement(int moI,
6161 int moJ,
6262 int moK,
@@ -630,7 +630,7 @@ void Mndo::CalcCISMatrix(double** matrixCIS, int numberOcc, int numberVir){
630630 void Mndo::CalcForce(int electronicStateIndex){
631631 }
632632
633-void Mndo::CalcTwoElecTowCore(double****** twoElecTwoCore, Molecule* molecule){
633+void Mndo::CalcTwoElecTwoCore(double****** twoElecTwoCore, Molecule* molecule){
634634 if(twoElecTwoCore == NULL){
635635 stringstream ss;
636636 ss << this->errorMessageCalcTwoElecTwoCoreNullMatrix;