Skip to content

Commit

Permalink
Removed blank space in line
Browse files Browse the repository at this point in the history
  • Loading branch information
yidongxiainl committed Nov 2, 2017
1 parent 33306fb commit 12edae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/gen_tet_mesh_from_points/points2tets.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def readatt(filepath):
for j in range(NumCol):
if float(out[i][j])==float(-999):

#RKP need to skip any lines that have a -999, it is a key value for points outside the active simulation area
#RKP need to skip any lines that have a -999, it is a key value for points outside the active simulation area
print "Found", (out[i][j]), "skipping line"
break
else:
Expand Down

0 comments on commit 12edae2

Please sign in to comment.