- Timestamp:
- Jun 17, 2009, 4:12:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy/anuga/abstract_2d_finite_volumes/quantity.py
r7176 r7207 1187 1187 import types 1188 1188 1189 msg = 'Indices must be a list, array or None'1189 msg = "'indices' must be a list, array or None" 1190 1190 assert isinstance(indices, (NoneType, list, num.ndarray)), msg 1191 1191
Note: See TracChangeset
for help on using the changeset viewer.