Ignore:
Timestamp:
Aug 21, 2006, 4:10:14 PM (19 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

Location:
inundation-numpy-branch/examples
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • inundation-numpy-branch/examples/beach.py

    r2533 r3514  
    1515#sys.path.append('..'+sep+'pyvolution')
    1616
    17 from pyvolution.shallow_water import Domain, Reflective_boundary, Dirichlet_boundary,\
     17from anuga.pyvolution.shallow_water import Domain, Reflective_boundary, Dirichlet_boundary,\
    1818     Transmissive_boundary, Time_boundary, Wind_stress
    1919
    20 from pyvolution.pmesh2domain import pmesh_to_domain_instance
    21 from utilities.polygon import read_polygon, Polygon_function
     20from anuga.pyvolution.pmesh2domain import pmesh_to_domain_instance
     21from anuga.utilities.polygon import read_polygon, Polygon_function
    2222from math import pi
    2323from Numeric import choose, greater, ones, sin, exp
  • inundation-numpy-branch/examples/bedslope.py

    r2438 r3514  
    88# Module imports
    99#
    10 from pyvolution.mesh_factory import rectangular
    11 from pyvolution.shallow_water import Domain, Reflective_boundary,\
     10from anuga.pyvolution.mesh_factory import rectangular
     11from anuga.pyvolution.shallow_water import Domain, Reflective_boundary,\
    1212     Dirichlet_boundary, Time_boundary, Transmissive_boundary
    1313
  • inundation-numpy-branch/examples/run_gippsland.py

    r2056 r3514  
    1 from pyvolution.data_manager import asc_csiro2sww
     1from anuga.pyvolution.data_manager import asc_csiro2sww
    22import time
    33
Note: See TracChangeset for help on using the changeset viewer.