ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/utilities/waterReplacer
(Generate patch)

Comparing trunk/src/applications/utilities/waterReplacer (file contents):
Revision 1795 by gezelter, Fri Sep 7 18:13:55 2012 UTC vs.
Revision 1879 by gezelter, Sun Jun 16 15:15:42 2013 UTC

# Line 212 | Line 212 | def writeFile(outputFileName):
212      for i in range(len(indices)):
213          if  i not in Eliminate:
214              outputFile.write("%10d %7s %18.10g %18.10g %18.10g %13e %13e %13e \n" % (index, sdFormat, positions[i][0], positions[i][1], positions[i][2], 0.0, 0.0, 0.0))
215 +            index = index + 1
216  
217      outputFile.write("    </StuntDoubles>\n")
218      outputFile.write("  </Snapshot>\n")

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines