Changeset 8983


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

Slight cleanup of mode_tools

File:
1 edited

Legend:

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

    r8982 r8983  
    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 from anuga_parallel.parallel_operator_factory import Inlet_operator, Boyd_box_operator, Boyd_pipe_operator
     84from anuga import Boyd_box_operator
     85from anuga import Boyd_pipe_operator
     86from anuga import Inlet_operator
    8787
    8888def get_polygon_list_from_files(dir):
Note: See TracChangeset for help on using the changeset viewer.