Ignore:
Timestamp:
Sep 12, 2006, 2:54:29 PM (18 years ago)
Author:
ole
Message:

Renamed pyvolution to abstract_2d_finite_volumes. This is
one step towards pulling pyvolution apart. More to follow.
All unit tests pass and most examples fixed up.




Location:
anuga_core/source/anuga/abstract_2d_finite_volumes
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/generic_boundary_conditions.py

    r3514 r3560  
    131131        from Numeric import array
    132132        from anuga.config import time_format
    133         from anuga.pyvolution.util import File_function
     133        from anuga.abstract_2d_finite_volumes.util import File_function
    134134
    135135        Boundary.__init__(self)
     
    181181        from Numeric import array, zeros, Float
    182182        from anuga.config import time_format
    183         from anuga.pyvolution.util import file_function
     183        from anuga.abstract_2d_finite_volumes.util import file_function
    184184
    185185        Boundary.__init__(self)
Note: See TracChangeset for help on using the changeset viewer.