Changeset 9552


Ignore:
Timestamp:
Jan 30, 2015, 12:07:33 AM (10 years ago)
Author:
steve
Message:

Picked up error in tsh2sww when installing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/shallow_water/tsh2sww.py

    r7841 r9552  
    1010sys.path.append('..'+sep+'pyvolution')
    1111
    12 from shallow_water import Domain
    13 from anuga.pyvolution.pmesh2domain import pmesh_to_domain_instance
     12from anuga import Domain
     13from anuga.abstract_2d_finite_volumes.pmesh2domain import pmesh_to_domain_instance
    1414import time, os
    1515from anuga.file.sww import SWW_file
     
    4646
    4747    if verbose == True:
    48         log.critical("Output written to %s%s%s.%s"
    49                      % (domain.get_datadir(), sep, domain.get_name(),
    50                         domain.format)
     48        log.critical("Output written to %s%s%s.%s" % (domain.get_datadir(), sep, domain.get_name(), domain.format))
     49   
    5150    sww = SWW_file(domain)
    5251    sww.store_connectivity()
Note: See TracChangeset for help on using the changeset viewer.