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 1879 by gezelter, Sun Jun 16 15:15:42 2013 UTC vs.
Revision 1880 by gezelter, Mon Jun 17 18:28:30 2013 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines