minor: put X at (0.5, 0.5)

This commit is contained in:
Stephen Mardson McQuay 2011-05-04 20:23:49 -06:00
parent 5a8c29e1e1
commit 1aa2be7320
1 changed files with 1 additions and 1 deletions

View File

@ -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)"