minor whitespace change

This commit is contained in:
Stephen McQuay 2011-06-08 16:20:31 -06:00
parent 50d86f3f67
commit ba0bf9e7e4
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class grid(object):
grid object (collection of verts and q).
note: the input is indicies, the grid contains verts
"""
"""
return grid(self.verts[indicies], self.q[indicies])