- Timestamp:
- Sep 1, 2010, 6:11:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/structures/boyd_box_culvert.py
r7980 r7984 15 15 domain, 16 16 end_points, 17 width=None, 18 height=None, 17 width, 18 height, 19 apron, 20 enquiry_gap, 19 21 verbose=False): 20 22 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) 22 24 23 25 self.routine = boyd_box_routine.Boyd_box_routine(self)
Note: See TracChangeset
for help on using the changeset viewer.