commented out the connectivity construction

This commit is contained in:
Stephen Mardson McQuay 2011-02-15 09:03:33 -07:00
parent ec73a6a04e
commit ea8821fbff
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class TestSequenceFunctions(unittest.TestCase):
self.X = [0.55, 0.45]
self.g = grid(self.verts, self.q)
self.g.construct_connectivity()
# self.g.construct_connectivity()
self.R = self.g.create_mesh(range(3))
self.exact = exact_func(self.X)