Changeset 3652


Ignore:
Timestamp:
Sep 22, 2006, 2:30:26 PM (18 years ago)
Author:
ole
Message:

Migrated to new structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/analytical solutions/Analytical solution_oblique_shock_01.py

    r2229 r3652  
    2424#import Image, ImageGrab
    2525
    26 import sys
    27 from os import sep
    28 sys.path.append('..'+sep+'pyvolution')
    29 
    30 
    31 from shallow_water import Domain, Constant_height
    32 from shallow_water import Transmissive_boundary, Reflective_boundary,\
     26from anuga.shallow_water import Domain
     27from anuga.shallow_water import Transmissive_boundary, Reflective_boundary,\
    3328     Dirichlet_boundary , Transmissive_Momentum_Set_Stage_boundary
    3429
Note: See TracChangeset for help on using the changeset viewer.