Ignore:
Timestamp:
Aug 21, 2006, 4:10:14 PM (18 years ago)
Author:
duncan
Message:

Hi all,
I'm doing a change in the anuga structure, moving the code to

\anuga_core\source\anuga

After you have done an svn update, the PYTHONPATH has to be changed to;
PYTHONPATH = anuga_core/source/

This is part of changes required to make installation of anuga quicker and reducing the size of our sandpits.

If any imports are broken, try fixing them. With adding anuga. to them for example. If this seems to have really broken things, email/phone me.

Cheers
Duncan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/karratha_2005/run_karratha.py

    r2318 r3514  
    1919
    2020
    21 from pyvolution.shallow_water import Domain, Reflective_boundary, File_boundary,\
     21from anuga.pyvolution.shallow_water import Domain, Reflective_boundary, File_boundary,\
    2222     Dirichlet_boundary, Time_boundary, Transmissive_boundary
    23 from pyvolution.data_manager import convert_dem_from_ascii2netcdf,\
     23from anuga.pyvolution.data_manager import convert_dem_from_ascii2netcdf,\
    2424     dem2pts, ferret2sww
    25 from pyvolution.pmesh2domain import pmesh_to_domain_instance
     25from anuga.pyvolution.pmesh2domain import pmesh_to_domain_instance
    2626from caching import cache
    2727import project
     
    4444source_dir = project.boundarydir
    4545
    46 from pyvolution.data_manager import ferret2sww
     46from anuga.pyvolution.data_manager import ferret2sww
    4747
    4848south = project.south
Note: See TracChangeset for help on using the changeset viewer.