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:
development/parallel/documentation/code
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • development/parallel/documentation/code/RunParallelMerimbulaMetis.py

    r3184 r3514  
    4040# pmesh
    4141
    42 from pyvolution.pmesh2domain import pmesh_to_domain_instance
    43 from pyvolution.advection import Domain as Advection_Domain
     42from anuga.pyvolution.pmesh2domain import pmesh_to_domain_instance
     43from anuga.pyvolution.advection import Domain as Advection_Domain
    4444from parallel.parallel_advection import Parallel_Domain
    4545
    46 from pyvolution.generic_boundary_conditions import Transmissive_boundary
     46from anuga.pyvolution.generic_boundary_conditions import Transmissive_boundary
    4747
    4848# Mesh partition routines
  • development/parallel/documentation/code/RunParallelSwMerimbulaMetis.py

    r3185 r3514  
    4040# pmesh
    4141
    42 from pyvolution.shallow_water import Domain
     42from anuga.pyvolution.shallow_water import Domain
    4343from parallel.parallel_shallow_water import Parallel_Domain
    44 from pyvolution.pmesh2domain import pmesh_to_domain_instance
     44from anuga.pyvolution.pmesh2domain import pmesh_to_domain_instance
    4545
    4646# Mesh partition routines
Note: See TracChangeset for help on using the changeset viewer.