Changeset 322 for inundation/ga/storm_surge/pyvolution/test_mesh.py
- Timestamp:
- Sep 20, 2004, 10:18:06 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/test_mesh.py
r305 r322 1 1 #!/usr/bin/env python 2 3 #FIXME: Seperate the tests for mesh and general_mesh 2 4 3 5 import unittest … … 48 50 #Area 49 51 assert mesh.areas[0] == 6.0,\ 50 'Area was %f, should have been 6.0' % triangle.get_area()52 'Area was %f, should have been 6.0' %mesh.areas[0] 51 53 52 54 #Normals
Note: See TracChangeset
for help on using the changeset viewer.