Changeset 6009
- Timestamp:
- Nov 27, 2008, 12:06:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/generic_boundary_conditions.py
r5991 r6009 103 103 msg = 'Return value from time boundary function could ' 104 104 msg += 'not be converted into a Numeric array of floats.\n' 105 msg += 'Specified function should return either list or array.' 105 msg += 'Specified function should return either list or array.\n' 106 msg += 'I got %s' %str(q) 106 107 raise msg 107 108
Note: See TracChangeset
for help on using the changeset viewer.