Ignore:
Timestamp:
Feb 4, 2011, 12:16:47 PM (13 years ago)
Author:
jakeman
Message:

added sts2sww_mesh.py that converts a set of points to a mesh and stores in a sww file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/abstract_2d_finite_volumes/file_function.py

    r7810 r8118  
    310310        raise Exception(msg)
    311311
    312     if filename[-3:] == 'sts' and boundary_polygon is None:
    313         #What if mux file only contains one point
    314         msg = 'Files of type sts require boundary polygon'       
    315         raise Exception(msg)
     312    # JJ REMOVED
     313    #if filename[-3:] == 'sts' and boundary_polygon is None:
     314    #    #What if mux file only contains one point
     315    #    msg = 'Files of type sts require boundary polygon'       
     316    #    raise Exception(msg)
    316317
    317318    # Get first timestep
Note: See TracChangeset for help on using the changeset viewer.