Revision | d06b7289cdeeff994d986552aa2afcef29aa41bf (tree) |
---|---|
Time | 2014-01-04 20:31:01 |
Author | Mikiya Fujii <mikiya.fujii@gmai...> |
Commiter | Mikiya Fujii |
typo #32752
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/trunk@1612 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -46,7 +46,7 @@ public: | ||
46 | 46 | } |
47 | 47 | inline const std::vector<MolDS_base_atoms::Atom*>& GetEpcVect() const{ |
48 | 48 | #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); | |
50 | 50 | #endif |
51 | 51 | return *this->epcVect; |
52 | 52 | } |