| # | Line 34 | Line 34 | class MoleculeStamp{ (public) | |
|---|---|---|
| 34 | BendStamp* getBend( int index ) { return bends[index]; } | |
| 35 | TorsionStamp* getTorsion( int index ) { return torsions[index]; } | |
| 36 | ||
| 37 | + | static char errMsg[500]; |
| 38 | private: | |
| 39 | ||
| 40 | < | static char errMsg[500]; |
| 40 | > | |
| 41 | char name[100]; | |
| 42 | int n_atoms; | |
| 43 | int n_bonds; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |