1
0
Fork 0

Unraise the verbosity level.

This commit is contained in:
curt 2003-08-19 02:27:08 +00:00
parent b2d808f214
commit 0b4b91c90f

View file

@ -45,7 +45,7 @@ def run_terra(thresh, minnodes, count, factor, objName, pgmName):
r,w,e = os.popen3(command)
for line in e.readlines():
line = line.lstrip()
print line
# print line
if line.startswith("points="):
line = line.split()[0]
npts = string.atof(line[len("points="):])