Changeset 4285


Ignore:
Timestamp:
Feb 27, 2007, 4:49:04 PM (17 years ago)
Author:
duncan
Message:

comments and import fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/pmesh/mesh_interface.py

    r4100 r4285  
    8383              'minimum_triangle_angle': minimum_triangle_angle,
    8484              'verbose': verbose}   # FIXME (Ole): Should be bypassed one day
    85 
     85                                    # What should be bypassed? Verbose?
     86   
    8687    #print 'kwargs', kwargs
    8788
     
    8990    if use_cache is True:
    9091        try:
    91             from caching import cache
     92            from anuga.caching import cache
    9293        except:
    9394            msg = 'Caching was requested, but caching module'+\
     
    128129   
    129130    #In addition I reckon the polygons could be of class Geospatial_data
    130     #(DSG) Yes!
     131    #(DSG) If polygons were classes caching would break in places.
    131132
    132133    # First check that interior polygons are fully contained in bounding
Note: See TracChangeset for help on using the changeset viewer.