ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/io/DumpWriter.cpp
(Generate patch)

Comparing trunk/src/io/DumpWriter.cpp (file contents):
Revision 1792 by gezelter, Wed Aug 22 02:28:28 2012 UTC vs.
Revision 1793 by gezelter, Fri Aug 31 21:16:10 2012 UTC

# Line 334 | Line 334 | namespace OpenMD {
334        for (mol = info_->beginMolecule(mi); mol != NULL; 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines