Ignore:
Timestamp:
May 14, 2009, 2:33:42 PM (16 years ago)
Author:
rwilson
Message:

Fixed syntax errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy/anuga/abstract_2d_finite_volumes/quantity.py

    r7035 r7037  
    461461        msg = 'Indices must be a list, array or None'
    462462        #assert (indices is None
    463         assert isinstance(indices, (None, list, num.ndarray))), msg
     463        assert isinstance(indices, (None, list, num.ndarray)), msg
    464464
    465465        # Determine which 'set_values_from_...' to use
Note: See TracChangeset for help on using the changeset viewer.