the gmsh grid object now instantiates its own KDTree

This commit is contained in:
Stephen Mardson McQuay 2010-10-29 12:41:39 -06:00
parent 967170d765
commit e9fb1eab03
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ class gmsh_grid(grid):
grid.__init__(self)
self.tree = KDTree(self.verts)
gmsh_file.readline() # $EndNodes
gmsh_file.readline() # $Elements