Changeset 7784


Ignore:
Timestamp:
Jun 5, 2010, 7:03:54 PM (14 years ago)
Author:
steve
Message:

cleaning up shallow water domain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/pipeflow/quantity.py

    r7777 r7784  
    2323        #Initialise Quantity using optional vertex values.
    2424       
    25         from domain import Domain
     25        from generic_domain import Generic_Domain
    2626
    2727        msg = 'First argument in Quantity.__init__ '
    2828        msg += 'must be of class Domain (or a subclass thereof)'
    29         assert isinstance(domain, Domain), msg
     29        assert isinstance(domain, Generic_Domain), msg
    3030
    3131        if vertex_values is None:
Note: See TracChangeset for help on using the changeset viewer.