| # | Line 334 | Line 334 | namespace OpenMD { | |
|---|---|---|
| 334 | mol = info_->nextMolecule(mi)) { | |
| 335 | ||
| 336 | for (sd = mol->beginIntegrableObject(ii); sd != NULL; | |
| 337 | < | sd = mol->nextIntegrableObject(ii)) { | 
| 338 | < | |
| 337 | > | sd = mol->nextIntegrableObject(ii)) { | 
| 338 | > | |
| 339 | int ioIndex = sd->getGlobalIntegrableObjectIndex(); | |
| 340 | // do one for the IO itself | |
| 341 | os << prepareSiteLine(sd, ioIndex, 0); | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |