removed obsolete comment

This commit is contained in:
Martin Diehl 2015-03-28 11:44:17 +00:00
parent f54ff567a0
commit 66d4ff097f
1 changed files with 0 additions and 1 deletions

View File

@ -335,7 +335,6 @@ for filename in filenames:
# Build kdtree from mesh IPs and match mesh IPs to point grid
# could also be done with nearest neighbor search from damask.core, would possibly be faster ?
if options.verbose: sys.stdout.write("\nBUILDING MAPPING OF GRID POINTS")
kdTree = vtkKdTree()