Ignore:
Timestamp:
Sep 1, 2010, 6:11:25 PM (14 years ago)
Author:
steve
Message:

Added enquiry points to culverts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/structures/boyd_box_culvert.py

    r7980 r7984  
    1515                 domain,
    1616                 end_points,
    17                  width=None,
    18                  height=None,
     17                 width,
     18                 height,
     19                 apron,
     20                 enquiry_gap,
    1921                 verbose=False):
    2022
    21         culvert.Culvert.__init__(self, domain, end_points, width, height, verbose)
     23        culvert.Culvert.__init__(self, domain, end_points, width, height, apron, enquiry_gap, verbose)
    2224
    2325        self.routine = boyd_box_routine.Boyd_box_routine(self)
Note: See TracChangeset for help on using the changeset viewer.