Changeset 4791


Ignore:
Timestamp:
Nov 5, 2007, 3:46:17 PM (16 years ago)
Author:
ole
Message:

Comments

Location:
anuga_core/source/anuga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/quantity.py

    r4780 r4791  
    150150        Pre-condition: vertex_values have been set
    151151        """
    152         # FIXME (Ole): This function is not called
    153         # in real model runs. Consider removing it.
     152       
     153        # FIXME (Ole): Maybe this function
     154        # should move to the C-interface?
     155        # However, it isn't called by validate_all.py, so it
     156        # may not be that important to optimise it?
    154157       
    155158        N = self.vertex_values.shape[0]
  • anuga_core/source/anuga/fit_interpolate/search_functions.py

    r4658 r4791  
    3737    k = -10.0
    3838           
    39     #Get triangles in the cell that the point is in.
     39    # Get triangles in the cell that the point is in.
    4040    # Triangle is a list, first element triangle_id,
    4141    # second element the triangle
Note: See TracChangeset for help on using the changeset viewer.