removed obsolete comment
This commit is contained in:
parent
f54ff567a0
commit
66d4ff097f
|
@ -335,7 +335,6 @@ for filename in filenames:
|
||||||
|
|
||||||
|
|
||||||
# Build kdtree from mesh IPs and match mesh IPs to point grid
|
# 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")
|
if options.verbose: sys.stdout.write("\nBUILDING MAPPING OF GRID POINTS")
|
||||||
kdTree = vtkKdTree()
|
kdTree = vtkKdTree()
|
||||||
|
|
Loading…
Reference in New Issue