- Timestamp:
- May 14, 2009, 2:33:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy/anuga/abstract_2d_finite_volumes/quantity.py
r7035 r7037 461 461 msg = 'Indices must be a list, array or None' 462 462 #assert (indices is None 463 assert isinstance(indices, (None, list, num.ndarray)) ), msg463 assert isinstance(indices, (None, list, num.ndarray)), msg 464 464 465 465 # Determine which 'set_values_from_...' to use
Note: See TracChangeset
for help on using the changeset viewer.