Ignore:
Timestamp:
May 24, 2013, 12:06:00 PM (12 years ago)
Author:
steve
Message:

Added in get_enquiry_water_depth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/structures/structure_operator.py

    r8873 r8874  
    298298        n_exchange_1 = len(self.exchange_lines[1])
    299299
    300         assert n_exchange_0 == n_exchange_1, 'There shoiuld be the same number of points in both exchange_lines'
     300        assert n_exchange_0 == n_exchange_1, 'There should be the same number of points in both exchange_lines'
    301301
    302302        if n_exchange_0 == 2:
Note: See TracChangeset for help on using the changeset viewer.