Changeset 8117


Ignore:
Timestamp:
Feb 4, 2011, 9:48:42 AM (12 years ago)
Author:
steve
Message:

Just changed test_forcing.py so that the missing file sts2sww_mesh.py doesn't
break our unit test. Now we just get errors being raised.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/shallow_water/test_forcing.py

    r8116 r8117  
    1010from forcing import *
    1111from mesh_factory import rectangular
    12 from file_conversion.sts2sww_mesh import sts2sww_mesh
     12#from anuga.file_conversion.sts2sww_mesh import sts2sww_mesh
    1313from anuga.abstract_2d_finite_volumes.util import file_function
    1414
     
    11041104        from anuga.config import rho_a, rho_w, eta_w
    11051105        from math import pi, cos, sin
     1106        from anuga.file_conversion.sts2sww_mesh import sts2sww_mesh
    11061107
    11071108        cellsize = 25
     
    11791180        from math import pi, cos, sin
    11801181        from anuga.config import time_format
     1182        from anuga.file_conversion.sts2sww_mesh import sts2sww_mesh
    11811183
    11821184        cellsize = 25
     
    13291331        from math import pi, cos, sin
    13301332        from anuga.config import time_format
     1333        from anuga.file_conversion.sts2sww_mesh import sts2sww_mesh
    13311334
    13321335        cellsize = 25
     
    14221425        from math import pi, cos, sin
    14231426        from anuga.config import time_format
     1427        from anuga.file_conversion.sts2sww_mesh import sts2sww_mesh
    14241428
    14251429        cellsize = 25
     
    15131517        from math import pi, cos, sin
    15141518        from anuga.config import time_format
     1519        from anuga.file_conversion.sts2sww_mesh import sts2sww_mesh
    15151520
    15161521        cellsize = 25
     
    16131618        from math import pi, cos, sin
    16141619        from anuga.config import time_format
     1620        from anuga.file_conversion.sts2sww_mesh import sts2sww_mesh
    16151621
    16161622        cellsize = 25
     
    17101716        from math import pi, cos, sin
    17111717        from anuga.config import time_format
     1718        from anuga.file_conversion.sts2sww_mesh import sts2sww_mesh
    17121719
    17131720        cellsize = 25
     
    18161823        from math import pi, cos, sin
    18171824        from anuga.config import time_format
     1825        from anuga.file_conversion.sts2sww_mesh import sts2sww_mesh
    18181826
    18191827        cellsize = 25
Note: See TracChangeset for help on using the changeset viewer.