Changeset 4285
- Timestamp:
- Feb 27, 2007, 4:49:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/pmesh/mesh_interface.py
r4100 r4285 83 83 'minimum_triangle_angle': minimum_triangle_angle, 84 84 'verbose': verbose} # FIXME (Ole): Should be bypassed one day 85 85 # What should be bypassed? Verbose? 86 86 87 #print 'kwargs', kwargs 87 88 … … 89 90 if use_cache is True: 90 91 try: 91 from caching import cache92 from anuga.caching import cache 92 93 except: 93 94 msg = 'Caching was requested, but caching module'+\ … … 128 129 129 130 #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. 131 132 132 133 # First check that interior polygons are fully contained in bounding
Note: See TracChangeset
for help on using the changeset viewer.