Ignore:
Timestamp:
Nov 27, 2008, 12:06:36 PM (15 years ago)
Author:
ole
Message:

Better error message in Time_boundary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/generic_boundary_conditions.py

    r5991 r6009  
    103103            msg = 'Return value from time boundary function could '
    104104            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)
    106107            raise msg
    107108
Note: See TracChangeset for help on using the changeset viewer.