Ignore:
Timestamp:
Aug 21, 2006, 4:10:14 PM (17 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/pyvolution-1d/shallow_water_1d.py

    r3510 r3514  
    8484       
    8585        #Reduction operation for get_vertex_values
    86         from util import mean
     86        from anuga.pyvolution.util import mean
    8787        self.reduction = mean
    8888        #self.reduction = min  #Looks better near steep slopes
     
    221221        """
    222222
    223         import data_manager
     223        import anuga.pyvolution.data_manager
    224224
    225225        #Initialise writer
     
    10561056    """
    10571057
    1058     from util import gradient
     1058    from anuga.pyvolution.util import gradient
    10591059    from Numeric import zeros, Float, array, sum
    10601060
Note: See TracChangeset for help on using the changeset viewer.