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/advection.py

    r3167 r3514  
    167167        import sys
    168168        from Numeric import zeros, Float
    169         from config import max_timestep
     169        from anuga.config import max_timestep
    170170
    171171        N = self.number_of_elements
     
    255255        import sys
    256256        from Numeric import zeros, Float
    257         from config import max_timestep
     257        from anuga.config import max_timestep
    258258
    259259        import weave
Note: See TracChangeset for help on using the changeset viewer.