diff --git a/bin/grid_regular.py b/bin/grid_regular.py index 0c84e8d..5b2fce4 100644 --- a/bin/grid_regular.py +++ b/bin/grid_regular.py @@ -23,7 +23,7 @@ if __name__ == '__main__': # print source_mesh - X = [0.1, 0.01] + X = [0.5, 0.5] try: print "trying to get simplex and nearest points using nearest points (kdtree)"