Changeset 2709 for inundation/pyvolution/test_shallow_water.py
- Timestamp:
- Apr 12, 2006, 2:28:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/test_shallow_water.py
r2620 r2709 3040 3040 3041 3041 3042 #Create a ntriangle shaped domain (reusing coordinates from domain 1),3042 #Create a triangle shaped domain (reusing coordinates from domain 1), 3043 3043 #formed from the lower and right hand boundaries and 3044 3044 #the sw-ne diagonal … … 3376 3376 if __name__ == "__main__": 3377 3377 suite = unittest.makeSuite(Test_Shallow_Water,'test') 3378 runner = unittest.TextTestRunner( )3378 runner = unittest.TextTestRunner(verbosity=1) 3379 3379 runner.run(suite)
Note: See TracChangeset
for help on using the changeset viewer.