Changeset 5661 for anuga_core/source/anuga/shallow_water/data_manager.py
- Timestamp:
- Aug 15, 2008, 2:15:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/data_manager.py
r5660 r5661 2025 2025 q = q_reduced 2026 2026 2027 #Post condition: Now q has dimension: http://www.sagemath.org/number_of_points2027 #Post condition: Now q has dimension: number_of_points 2028 2028 assert len(q.shape) == 1 2029 2029 assert q.shape[0] == number_of_points
Note: See TracChangeset
for help on using the changeset viewer.