| # | Line 12 | Line 12 | class MoLocator{ (public) | |
|---|---|---|
| 12 | MoLocator( MoleculeStamp* theStamp ); | |
| 13 | ~MoLocator(); | |
| 14 | ||
| 15 | < | void placeMol( double pos[3], double ornt[3][3], Atom** atomArray ); |
| 15 | > | void placeMol( double pos[3], double ornt[3][3], Atom** atomArray, |
| 16 | > | int atomIndex ); |
| 17 | double getMaxLength( void ) { return maxLength; } | |
| 18 | ||
| 19 | private: | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |