• 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

Revision6bf450fe4ff87fa5ca55e09aa79bbd7a40784d34 (tree)
Time2013-08-27 18:49:41
AuthorMikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Log Message

typo

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

Change Summary

Incremental Difference

--- a/src/cndo/Cndo2.cpp
+++ b/src/cndo/Cndo2.cpp
@@ -1432,7 +1432,7 @@ void Cndo2::CalcFockMatrix(double** fockMatrix,
14321432 }
14331433 } // end of if(mpiRank == calcRank)
14341434
1435- // set data to gater in mpiHeadRank with asynchronous MPI
1435+ // set data to gather in mpiHeadRank with asynchronous MPI
14361436 int tag = mu;
14371437 int source = calcRank;
14381438 int dest = mpiHeadRank;
@@ -3970,7 +3970,7 @@ void Cndo2::CalcOverlapAOs(double** overlapAOs, const Molecule& molecule) const{
39703970 }
39713971 } // end of if(mpiRank == calcRnak)
39723972
3973- // set data to gater in mpiHeadRank with asynchronous MPI
3973+ // set data to gather in mpiHeadRank with asynchronous MPI
39743974 int tag = A;
39753975 int source = calcRank;
39763976 int dest = mpiHeadRank;
--- a/src/mndo/Mndo.cpp
+++ b/src/mndo/Mndo.cpp
@@ -3489,7 +3489,7 @@ void Mndo::CalcTwoElecTwoCore(double****** twoElecTwoCore,
34893489 throw MolDSException::Deserialize(ompErrors);
34903490 }
34913491 } // end of if(mpiRnak == calcRank)
3492- // set data to gater in mpiHeadRank with asynchronous MPI
3492+ // set data to gather in mpiHeadRank with asynchronous MPI
34933493 int tag = a;
34943494 int source = calcRank;
34953495 int dest = mpiHeadRank;