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
  • development/stochastic_study/run_simple_model.py

    r3035 r3514  
    2626
    2727# Application specific imports
    28 from pyvolution.mesh_factory import rectangular
    29 from pyvolution.shallow_water import Domain
    30 from pyvolution.shallow_water import Reflective_boundary
    31 from pyvolution.shallow_water import Dirichlet_boundary
    32 from pyvolution.util import file_function
     28from anuga.pyvolution.mesh_factory import rectangular
     29from anuga.pyvolution.shallow_water import Domain
     30from anuga.pyvolution.shallow_water import Reflective_boundary
     31from anuga.pyvolution.shallow_water import Dirichlet_boundary
     32from anuga.pyvolution.util import file_function
    3333from caching.caching import cache
    3434import project                 # Definition of file names and polygons
Note: See TracChangeset for help on using the changeset viewer.