• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Révisiond06b7289cdeeff994d986552aa2afcef29aa41bf (tree)
l'heure2014-01-04 20:31:01
AuteurMikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Message de Log

typo #32752

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

Change Summary

Modification

--- a/src/base/Molecule.h
+++ b/src/base/Molecule.h
@@ -46,7 +46,7 @@ public:
4646 }
4747 inline const std::vector<MolDS_base_atoms::Atom*>& GetEpcVect() const{
4848 #ifdef MOLDS_DBG
49- if(this->epcVect==NULL) throw MolDS_base::MolDSException(this->errorMessageGetEpcVectNull);
49+ if(this->epcVect==NULL) throw MolDS_base::MolDSException(this->errorMessageGetEPCVectNull);
5050 #endif
5151 return *this->epcVect;
5252 }