Ignore:
Timestamp:
Aug 26, 2010, 10:50:36 AM (14 years ago)
Author:
habili
Message:

Clean up of code. Removed references to enquiry point.

File:
1 edited

Legend:

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

    r7975 r7976  
    1010    """
    1111
    12     def __init__(self, domain, polygon, enquiry_point, inlet_vector):
     12    def __init__(self, domain, polygon):
    1313
    1414        self.domain = domain
    1515        self.domain_bounding_polygon = self.domain.get_boundary_polygon()
    1616        self.polygon = polygon
    17         self.enquiry_point = enquiry_point
    18         self.inlet_vector = inlet_vector
    1917
    2018        # FIXME (SR) Using get_triangle_containing_point which needs to be sped up
    21         self.enquiry_index = self.domain.get_triangle_containing_point(self.enquiry_point)
    2219
    2320        self.compute_triangle_indices()
Note: See TracChangeset for help on using the changeset viewer.