Changeset 8982


Ignore:
Timestamp:
Sep 17, 2013, 8:20:17 PM (11 years ago)
Author:
steve
Message:

Updated to Petar's model_tools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/utilities/model_tools.py

    r8976 r8982  
    8282import numpy
    8383from anuga.geometry.polygon import read_polygon
    84 from anuga.structures.boyd_box_operator import Boyd_box_operator
    85 from anuga.structures.boyd_pipe_operator import Boyd_pipe_operator
    86 
     84#from anuga.structures.boyd_box_operator import Boyd_box_operator
     85#from anuga.structures.boyd_pipe_operator import Boyd_pipe_operator
     86from anuga_parallel.parallel_operator_factory import Inlet_operator, Boyd_box_operator, Boyd_pipe_operator
    8787
    8888def get_polygon_list_from_files(dir):
Note: See TracChangeset for help on using the changeset viewer.