| # | Line 17 | Line 17 | class MoLocator{ (public) | |
|---|---|---|
| 17 | MoLocator( MoleculeStamp* theStamp, ForceFields* theFF); | |
| 18 | ||
| 19 | void placeMol( const Vector3d& offset, const Vector3d& ort, Molecule* mol); | |
| 20 | < | |
| 20 | > | |
| 21 | private: | |
| 22 | ||
| 23 | void calcRefCoords( void ); | |
| # | Line 27 | Line 27 | class MoLocator{ (public) | |
| 27 | ||
| 28 | vector<Vector3d> refCoords; | |
| 29 | int nIntegrableObjects; | |
| 30 | – | |
| 30 | }; | |
| 31 | ||
| 32 | #endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |