Changeset 5327
- Timestamp:
- May 15, 2008, 12:20:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/util.py
r5288 r5327 110 110 # Instead we pass in those attributes that are needed (and return them 111 111 # if modified) 112 112 113 kwargs = {'quantities': quantities, 113 114 'interpolation_points': interpolation_points, … … 249 250 assert interpolation_points.shape[1] == 2, msg 250 251 252 if verbose: 253 print 'File_function using quantities %s from file %s' %(str(quantity_names), filename) 251 254 252 255 # Now assert that requested quantitites (and the independent ones) … … 779 782 #print 'label', label 780 783 leg_label.append(label) 784 781 785 782 786 … … 2141 2145 2142 2146 callable_sww = file_function(sww_file, 2143 quantities=core_quantities,2144 interpolation_points=points_array,2145 verbose=verbose,2146 use_cache=use_cache)2147 quantities=core_quantities, 2148 interpolation_points=points_array, 2149 verbose=verbose, 2150 use_cache=use_cache) 2147 2151 2148 2152 gauge_file='gauge_'
Note: See TracChangeset
for help on using the changeset viewer.