Changeset 8094
- Timestamp:
- Dec 7, 2010, 10:02:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/structures/test_inlet_operator.py
r8092 r8094 171 171 vol1 = domain.compute_total_volume() 172 172 173 print vol1 - vol0174 175 173 assert numpy.allclose(13.5, vol1-vol0, rtol=1.0e-8) 176 174
Note: See TracChangeset
for help on using the changeset viewer.