# HG changeset patch # User Nicolas Saunier # Date 1287010965 14400 # Node ID 0a5bdbf0d1b4e9917c32aecd0e848fb2cd94bbd3 # Parent 441c8387f34f34294dd866bd4748665fe2d48245 added comments diff -r 441c8387f34f -r 0a5bdbf0d1b4 python/ubc_utils.py --- a/python/ubc_utils.py Tue Oct 12 18:24:11 2010 -0400 +++ b/python/ubc_utils.py Wed Oct 13 19:02:45 2010 -0400 @@ -39,11 +39,13 @@ return lines = utils.getLines(infile) - objNum = 0 + objNum = 0 # in inFilename while lines != []: + # find object in objects (index i) i = 0 while (i