From 12edae29176a63c63ba38cce0e2ed841d88302c4 Mon Sep 17 00:00:00 2001 From: Yidong Xia Date: Thu, 2 Nov 2017 16:22:16 -0600 Subject: [PATCH] Removed blank space in line --- utilities/gen_tet_mesh_from_points/points2tets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/gen_tet_mesh_from_points/points2tets.py b/utilities/gen_tet_mesh_from_points/points2tets.py index 28caa223..4599c7e5 100755 --- a/utilities/gen_tet_mesh_from_points/points2tets.py +++ b/utilities/gen_tet_mesh_from_points/points2tets.py @@ -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: