Révision | bd4bf87c815cfc99e5682f1d38de1a787355c5bb (tree) |
---|---|
l'heure | 2013-12-31 22:59:50 |
Auteur | mikiya_fujii <mikiya_fujii@1136...> |
Commiter | mikiya_fujii |
Bug in label of ghost atom is fixed. #32750
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/trunk@1607 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -47,6 +47,6 @@ BqHatom::BqHatom(int index) : Hatom(index),Bq(){ | ||
47 | 47 | void BqHatom::SetAtomicParameters(){ |
48 | 48 | Hatom::SetAtomicParameters(); |
49 | 49 | Bq::SetAtomicParameters(); |
50 | - this->atomType = bqC; | |
50 | + this->atomType = bqH; | |
51 | 51 | } |
52 | 52 | } |
@@ -47,6 +47,6 @@ BqLiatom::BqLiatom(int index) : Liatom(index),Bq(){ | ||
47 | 47 | void BqLiatom::SetAtomicParameters(){ |
48 | 48 | Liatom::SetAtomicParameters(); |
49 | 49 | Bq::SetAtomicParameters(); |
50 | - this->atomType = bqC; | |
50 | + this->atomType = bqLi; | |
51 | 51 | } |
52 | 52 | } |
@@ -47,6 +47,6 @@ BqNatom::BqNatom(int index) : Natom(index),Bq(){ | ||
47 | 47 | void BqNatom::SetAtomicParameters(){ |
48 | 48 | Natom::SetAtomicParameters(); |
49 | 49 | Bq::SetAtomicParameters(); |
50 | - this->atomType = bqC; | |
50 | + this->atomType = bqN; | |
51 | 51 | } |
52 | 52 | } |
@@ -47,6 +47,6 @@ BqOatom::BqOatom(int index) : Oatom(index),Bq(){ | ||
47 | 47 | void BqOatom::SetAtomicParameters(){ |
48 | 48 | Oatom::SetAtomicParameters(); |
49 | 49 | Bq::SetAtomicParameters(); |
50 | - this->atomType = bqC; | |
50 | + this->atomType = bqO; | |
51 | 51 | } |
52 | 52 | } |
@@ -47,6 +47,6 @@ BqSatom::BqSatom(int index) : Satom(index),Bq(){ | ||
47 | 47 | void BqSatom::SetAtomicParameters(){ |
48 | 48 | Satom::SetAtomicParameters(); |
49 | 49 | Bq::SetAtomicParameters(); |
50 | - this->atomType = bqC; | |
50 | + this->atomType = bqS; | |
51 | 51 | } |
52 | 52 | } |