• 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ão73f1cabe2cef7bed0362a4eb54943648af7ee67d (tree)
Hora2013-07-10 18:35:16
AutorMikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Mensagem de Log

Merge trunk into branch mpi-cis. #31588

git-svn-id: https://svn.sourceforge.jp/svnroot/molds/branches/mpi-cis@1373 1136aad2-a195-0410-b898-f5ea1d11b9d8

Mudança Sumário

Diff

--- a/src/am1/Am1.cpp
+++ b/src/am1/Am1.cpp
@@ -51,7 +51,7 @@ using namespace MolDS_base_atoms;
5151 namespace MolDS_am1{
5252
5353 /***
54- * Main Refferences for AM1 are [DZHS_1985, DY_1990]
54+ * Main References for AM1 are [DZHS_1985, DY_1990]
5555 */
5656 Am1::Am1() : MolDS_mndo::Mndo(){
5757 this->theory = AM1;
--- a/src/am1/Am1.h
+++ b/src/am1/Am1.h
@@ -21,7 +21,7 @@
2121 namespace MolDS_am1{
2222
2323 /***
24- * Main Refferences for AM1 are [DZHS_1985, DY_1990]
24+ * Main References for AM1 are [DZHS_1985, DY_1990]
2525 */
2626 class Am1 : public MolDS_mndo::Mndo{
2727 public:
--- a/src/am1/Am1D.cpp
+++ b/src/am1/Am1D.cpp
@@ -53,7 +53,7 @@ using namespace MolDS_base_atoms;
5353 namespace MolDS_am1{
5454
5555 /***
56- * Main Refferences for AM1-D are [MH_2007, MMHBV_2007]
56+ * Main References for AM1-D are [MH_2007, MMHBV_2007]
5757 */
5858 Am1D::Am1D() : MolDS_am1::Am1(){
5959 this->theory = AM1D;
--- a/src/am1/Am1D.h
+++ b/src/am1/Am1D.h
@@ -21,7 +21,7 @@
2121 namespace MolDS_am1{
2222
2323 /***
24- * Main Refferences for AM1-D are [MH_2007, MMHBV_2007]
24+ * Main References for AM1-D are [MH_2007, MMHBV_2007]
2525 */
2626 class Am1D : public MolDS_am1::Am1{
2727 public:
--- a/src/cndo/Cndo2.cpp
+++ b/src/cndo/Cndo2.cpp
@@ -61,7 +61,7 @@ using namespace MolDS_base_atoms;
6161 namespace MolDS_cndo{
6262
6363 /***
64- * Refferences for Cndo2 are [PB_1970], [PSS_1965], and [PS_1965].
64+ * References for Cndo2 are [PB_1970], [PSS_1965], and [PS_1965].
6565 */
6666 Cndo2::Cndo2(){
6767 //protected variables
--- a/src/cndo/Cndo2.h
+++ b/src/cndo/Cndo2.h
@@ -22,7 +22,7 @@
2222 namespace MolDS_cndo{
2323
2424 /***
25- * Refferences for Cndo2 are [PB_1970], [PSS_1965], and [PS_1965].
25+ * References for Cndo2 are [PB_1970], [PSS_1965], and [PS_1965].
2626 */
2727 class Cndo2 : public MolDS_base::ElectronicStructure{
2828 public:
--- a/src/indo/Indo.h
+++ b/src/indo/Indo.h
@@ -21,7 +21,7 @@
2121 namespace MolDS_indo{
2222
2323 /***
24- * Refferences for Indo are [PB_1970] and [PS_1966].
24+ * References for Indo are [PB_1970] and [PS_1966].
2525 */
2626 class Indo : public MolDS_cndo::Cndo2{
2727 public:
--- a/src/mndo/Mndo.cpp
+++ b/src/mndo/Mndo.cpp
@@ -55,7 +55,7 @@ using namespace MolDS_base_atoms;
5555 namespace MolDS_mndo{
5656
5757 /***
58- * Main Refferences for MNDO are [DT_1977, DT_1977-2, DT_1977-3]
58+ * Main References for MNDO are [DT_1977, DT_1977-2, DT_1977-3]
5959 */
6060 Mndo::Mndo() : MolDS_zindo::ZindoS(){
6161 // protedted variables and methods
--- a/src/mndo/Mndo.h
+++ b/src/mndo/Mndo.h
@@ -21,7 +21,7 @@
2121 namespace MolDS_mndo{
2222
2323 /***
24- * Main Refferences for MNDO are [DT_1977, DT_1977-2, DT_1977-3]
24+ * Main References for MNDO are [DT_1977, DT_1977-2, DT_1977-3]
2525 */
2626 class Mndo : public MolDS_zindo::ZindoS{
2727 public:
--- a/src/pm3/Pm3.cpp
+++ b/src/pm3/Pm3.cpp
@@ -53,7 +53,7 @@ using namespace MolDS_base_atoms;
5353 namespace MolDS_pm3{
5454
5555 /***
56- * Main Refferences for PM3 are [S_1989, S_1989-2, S_1991, S_2004, S_2007]
56+ * Main References for PM3 are [S_1989, S_1989-2, S_1991, S_2004, S_2007]
5757 */
5858 Pm3::Pm3() : MolDS_am1::Am1(){
5959 this->theory = PM3;
--- a/src/pm3/Pm3.h
+++ b/src/pm3/Pm3.h
@@ -21,7 +21,7 @@
2121 namespace MolDS_pm3{
2222
2323 /***
24- * Main Refferences for PM3 are [S_1989, S_1989-2, S_1991, S_2004, S_2007]
24+ * Main References for PM3 are [S_1989, S_1989-2, S_1991, S_2004, S_2007]
2525 */
2626 class Pm3 : public MolDS_am1::Am1{
2727 public:
--- a/src/pm3/Pm3D.cpp
+++ b/src/pm3/Pm3D.cpp
@@ -54,7 +54,7 @@ using namespace MolDS_base_atoms;
5454 namespace MolDS_pm3{
5555
5656 /***
57- * Main Refferences for PM3-D are [MH_2007, MMHBV_2007]
57+ * Main References for PM3-D are [MH_2007, MMHBV_2007]
5858 */
5959 Pm3D::Pm3D() : MolDS_pm3::Pm3(){
6060 this->theory = PM3D;
--- a/src/pm3/Pm3D.h
+++ b/src/pm3/Pm3D.h
@@ -21,7 +21,7 @@
2121 namespace MolDS_pm3{
2222
2323 /***
24- * Main Refferences for PM3-D are [MH_2007, MMHBV_2007]
24+ * Main References for PM3-D are [MH_2007, MMHBV_2007]
2525 */
2626 class Pm3D : public MolDS_pm3::Pm3{
2727 public:
--- a/src/pm3/Pm3Pddg.cpp
+++ b/src/pm3/Pm3Pddg.cpp
@@ -54,7 +54,7 @@ using namespace MolDS_base_atoms;
5454 namespace MolDS_pm3{
5555
5656 /***
57- * Main Refferences for PM3/PDDG are [RCJ_2002, BGRJ_2003, and BGJ_2003]
57+ * Main References for PM3/PDDG are [RCJ_2002, BGRJ_2003, and BGJ_2003]
5858 */
5959 Pm3Pddg::Pm3Pddg() : MolDS_pm3::Pm3(){
6060 this->theory = PM3PDDG;
--- a/src/pm3/Pm3Pddg.h
+++ b/src/pm3/Pm3Pddg.h
@@ -21,7 +21,7 @@
2121 namespace MolDS_pm3{
2222
2323 /***
24- * Main Refferences for PM3/PDDG are [RCJ_2002, BGRJ_2003, and BGJ_2003]
24+ * Main References for PM3/PDDG are [RCJ_2002, BGRJ_2003, and BGJ_2003]
2525 */
2626 class Pm3Pddg : public MolDS_pm3::Pm3{
2727 public:
--- a/src/zindo/ZindoS.cpp
+++ b/src/zindo/ZindoS.cpp
@@ -60,7 +60,7 @@ using namespace MolDS_base_atoms;
6060 namespace MolDS_zindo{
6161
6262 /***
63- * Main Refference for Zindo is [RZ_1973]
63+ * Main Reference for Zindo is [RZ_1973]
6464 */
6565
6666 ZindoS::ZindoS() : MolDS_cndo::Cndo2(){
--- a/src/zindo/ZindoS.h
+++ b/src/zindo/ZindoS.h
@@ -22,7 +22,7 @@
2222 namespace MolDS_zindo{
2323
2424 /***
25- * Main Refference for Zindo is [RZ_1973]
25+ * Main Reference for Zindo is [RZ_1973]
2626 */
2727 class ZindoS : public MolDS_cndo::Cndo2{
2828 public: