• 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

修订版ad155ca0f400e9f8e1af6a1ef0eba2c22eb07971 (tree)
时间2010-12-11 17:23:01
作者Mikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Log Message

typo

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

更改概述

差异

--- a/src/cndo/Cndo2.h
+++ b/src/cndo/Cndo2.h
@@ -158,7 +158,7 @@ void Cndo2::SetMessages(){
158158 this->errorMessageOddTotalValenceElectrions
159159 = "Error in cndo::Cndo2::SetMolecule: Total number of valence electrons is odd. totalNumberValenceElectrons=";
160160 this->errorMessageNotEnebleAtomType
161- = "Error in cndo::Cndo2::ChecEnableAtomType: Not enable atom is contained.\n";
161+ = "Error in cndo::Cndo2::ChecEnableAtomType: Non available atom is contained.\n";
162162 this->errorMessageAtomType = "\tatom type = ";
163163 this->errorMessageOrbitalType = "\torbital type = ";
164164 this->messageSCFMetConvergence = "\n\n\n\t\tCNDO/2-SCF met convergence criterion(^^b\n\n\n";
--- a/src/indo/Indo.h
+++ b/src/indo/Indo.h
@@ -57,7 +57,7 @@ void Indo::SetMessages(){
5757 this->errorMessageOddTotalValenceElectrions
5858 = "Error in indo::Indo::SetMolecule: Total number of valence electrons is odd. totalNumberValenceElectrons=";
5959 this->errorMessageNotEnebleAtomType
60- = "Error in indo::Indo::CheckEnableAtomType: Not enable atom is contained.\n";
60+ = "Error in indo::Indo::CheckEnableAtomType: Non available atom is contained.\n";
6161 this->errorMessageCoulombInt = "Error in base_indo::Indo::GetCoulombInt: Invalid orbitalType.\n";
6262 this->errorMessageExchangeInt = "Error in base_indo::Indo::GetExchangeInt: Invalid orbitalType.\n";
6363 this->messageSCFMetConvergence = "\n\n\n\t\tINDO-SCF met convergence criterion(^^b\n\n\n";
--- a/src/zindo/ZindoS.h
+++ b/src/zindo/ZindoS.h
@@ -57,7 +57,7 @@ void ZindoS::SetMessages(){
5757 this->errorMessageOddTotalValenceElectrions
5858 = "Error in zindo::ZindoS::SetMolecule: Total number of valence electrons is odd. totalNumberValenceElectrons=";
5959 this->errorMessageNotEnebleAtomType
60- = "Error in zindo::ZindoS::CheckEnableAtomType: Not enable atom is contained.\n";
60+ = "Error in zindo::ZindoS::CheckEnableAtomType: Non available atom is contained.\n";
6161 this->errorMessageCoulombInt = "Error in base_zindo::ZindoS::GetCoulombInt: Invalid orbitalType.\n";
6262 this->errorMessageExchangeInt = "Error in base_zindo::ZindoS::GetExchangeInt: Invalid orbitalType.\n";
6363 this->messageSCFMetConvergence = "\n\n\n\t\tZINDO/S-SCF met convergence criterion(^^b\n\n\n";