Changeset 4608


Ignore:
Timestamp:
Jul 6, 2007, 4:02:01 PM (17 years ago)
Author:
duncan
Message:

handy hint from Ole

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/data_manager.py

    r4603 r4608  
    46914691            mux[quantity].close()
    46924692        msg="Due to mint and maxt there's no time info in the boundary SWW."
    4693         assert 1==0 , msg #Happy to know a better way of doing this..
     4693        raise Exception, msg
    46944694       
    46954695    # If this raise is removed there is currently no downstream errors
Note: See TracChangeset for help on using the changeset viewer.