Changeset 5374
- Timestamp:
- May 28, 2008, 3:43:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/util.py
r5372 r5374 116 116 'time_thinning': time_thinning, 117 117 'verbose': verbose, 118 'boundary_polygon': boundary_polygon}118 'boundary_polygon': boundary_polygon} 119 119 120 120 … … 132 132 dependencies=[filename], 133 133 compression=False, 134 verbose=verbose, 135 boundary_polygon=boundary_polygon) 134 verbose=verbose) 136 135 137 136 else: … … 364 363 interpolation_points[:,0] -= xllcorner 365 364 interpolation_points[:,1] -= yllcorner 366 365 366 else: 367 gauge_neighbour_id=None 367 368 if domain_starttime is not None: 368 369
Note: See TracChangeset
for help on using the changeset viewer.