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/analytical solutions/Sydney.py

    r2229 r3514  
    1717     Dirichlet_boundary, Transmissive_boundary
    1818from pmesh2domain import pmesh_to_domain_instance
    19 from util import Polygon_function,read_polygon
     19from anuga.pyvolution.util import Polygon_function,read_polygon
    2020
    2121
     
    3737
    3838#Reduction operation for get_vertex_values
    39 from util import mean
     39from anuga.pyvolution.util import mean
    4040domain.reduction = mean
    4141#domain.reduction = min  #Looks better near steep slopes
Note: See TracChangeset for help on using the changeset viewer.