ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/DumpWriter.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/DumpWriter.cpp (file contents):
Revision 416 by gezelter, Wed Mar 26 23:14:02 2003 UTC vs.
Revision 417 by gezelter, Thu Mar 27 01:49:45 2003 UTC

# Line 134 | Line 134 | void DumpWriter::writeDump( double currentTime ){
134              << entry_plug->box_z << "\n";
135      
136      for (i = 0 ; i < mpiSim->getTotAtoms(); i++ ) {
137 <      // Get the Node number which has this molecule:
137 >      // Get the Node number which has this atom;
138        
139        which_node = AtomToProcMap[i];    
140        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines