Ignore:
Timestamp:
May 20, 2010, 12:36:35 PM (14 years ago)
Author:
hudson
Message:

Split up some of the huge modules in shallow_water, fixed most of the unit test dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/test_util.py

    r7695 r7735  
    99from anuga.abstract_2d_finite_volumes.util import *
    1010from anuga.config import epsilon
    11 from anuga.shallow_water.data_manager import timefile2netcdf,del_dir
     11from anuga.config import netcdf_mode_r, netcdf_mode_w, netcdf_mode_a
     12from anuga.shallow_water.file_conversion import timefile2netcdf
     13from anuga.utilities.file_utils import del_dir
    1214
    1315from anuga.utilities.numerical_tools import NAN
     
    1719from anuga.pmesh.mesh import Mesh
    1820from anuga.shallow_water import Domain, Transmissive_boundary
    19 from anuga.shallow_water.data_manager import SWW_file
     21from anuga.shallow_water.sww_file import SWW_file
    2022from csv import reader,writer
    2123import time
Note: See TracChangeset for help on using the changeset viewer.