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/pyvolution/realtime_visualisation.py

    r1295 r3514  
    6666        from Numeric import zeros, Float
    6767
    68         from config import minimum_allowed_height as hmin
     68        from anuga.config import minimum_allowed_height as hmin
    6969        if floor_heights is None:
    7070            floor_heights = zeros(heights.shape, Float)
     
    200200
    201201    #print scene.forward
    202     #FIXME: Use smoother from pyvolution instead
     202    #FIXME: Use smoother from anuga.pyvolution instead
    203203    if domain.smooth:
    204204        #Get all average point values
Note: See TracChangeset for help on using the changeset viewer.