| # | Line 18 | Line 18 | class MoLocator{ (private) | |
|---|---|---|
| 18 | private: | |
| 19 | ||
| 20 | void calcRefCoords( void ); | |
| 21 | + | void rotMe( double r[3], double A[3][3] ); |
| 22 | ||
| 23 | MoleculeStamp* myStamp; | |
| 24 | double *myCoords; | |
| 25 | double maxLength; | |
| 26 | + | int nAtoms; |
| 27 | }; | |
| 28 | ||
| 29 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |