Ignore:
Timestamp:
Sep 12, 2006, 2:54:29 PM (18 years ago)
Author:
ole
Message:

Renamed pyvolution to abstract_2d_finite_volumes. This is
one step towards pulling pyvolution apart. More to follow.
All unit tests pass and most examples fixed up.




File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/damage/inundation_damage.py

    r3514 r3560  
    2828
    2929from anuga.utilities.numerical_tools import ensure_numeric
    30 from anuga.pyvolution.data_manager import Exposure_csv
    31 from anuga.pyvolution.util import file_function
     30from anuga.abstract_2d_finite_volumes.data_manager import Exposure_csv
     31from anuga.abstract_2d_finite_volumes.util import file_function
    3232from anuga.geospatial_data.geospatial_data import ensure_absolute
    3333from anuga.utilities.numerical_tools import NAN
Note: See TracChangeset for help on using the changeset viewer.