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
  • anuga_core/source/anuga/pmesh/graphical_mesh_generator.py

    r3499 r3514  
    1313import profile
    1414import load_mesh.loadASCII
    15 from alpha_shape.alpha_shape import AlphaError
     15from anuga.alpha_shape.alpha_shape import AlphaError
    1616
    1717# CONSTANTS
     
    500500       
    501501       
    502         from coordinate_transforms.geo_reference import Geo_reference,DEFAULT_ZONE
     502        from anuga.coordinate_transforms.geo_reference import Geo_reference,DEFAULT_ZONE
    503503        offset_x = 30
    504504        offset_y = 40
Note: See TracChangeset for help on using the changeset viewer.