| # | Line 342 | Line 342 | namespace OpenMD { | |
|---|---|---|
| 342 | std::vector<Molecule*>::const_iterator rm; | |
| 343 | GenericData* data; | |
| 344 | Molecule::IntegrableObjectIterator ioi; | |
| 345 | < | MolecularRestraint* mRest; |
| 345 | > | MolecularRestraint* mRest = NULL; |
| 346 | StuntDouble* sd; | |
| 347 | ||
| 348 | std::vector<StuntDouble*>::const_iterator ro; | |
| 349 | < | ObjectRestraint* oRest; |
| 349 | > | ObjectRestraint* oRest = NULL; |
| 350 | ||
| 351 | std::map<int, Restraint::RealPair> restInfo; | |
| 352 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |