Ignore:
Timestamp:
Oct 16, 2006, 2:12:04 PM (18 years ago)
Author:
sexton
Message:

path fixups

Location:
anuga_work/production/pt_hedland_2006
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/pt_hedland_2006/project.py

    r3770 r3788  
    77#from anuga.utilities.polygon import read_polygon
    88import sys
    9 from anuga.pmesh.create_mesh import convert_from_latlon_to_utm
     9from anuga.coordinate_transforms.redfearn import convert_points_from_latlon_to_utm
    1010from anuga.coordinate_transforms.redfearn import degminsec2decimal_degrees
    1111from time import localtime, strftime
  • anuga_work/production/pt_hedland_2006/run_pt_hedland.py

    r3535 r3788  
    1919
    2020# Related major packages
    21 from anuga.pyvolution.shallow_water import Domain, Reflective_boundary, \
     21from anuga.shallow_water import Domain, Reflective_boundary, \
    2222                            Dirichlet_boundary, Time_boundary, File_boundary
    23 from anuga.pyvolution.data_manager import convert_dem_from_ascii2netcdf, \
     23from anuga.shallow_water.data_manager import convert_dem_from_ascii2netcdf, \
    2424     dem2pts
    25 from anuga.pyvolution.combine_pts import combine_rectangular_points_files
    26 from anuga.pyvolution.pmesh2domain import pmesh_to_domain_instance
     25from anuga.abstract_2d_finite_volumes.combine_pts import combine_rectangular_points_files
    2726from shutil import copy
    2827from os import mkdir, access, F_OK
    2928from anuga.geospatial_data.geospatial_data import *
    3029import sys
    31 from anuga.pyvolution.util import Screen_Catcher
     30from anuga.abstract_2d_finite_volumes.util import Screen_Catcher
    3231
    3332# Application specific imports
Note: See TracChangeset for help on using the changeset viewer.