Changeset 4392
- Timestamp:
- Apr 18, 2007, 10:41:40 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/util.py
r4341 r4392 329 329 # each timestep for each quantity 330 330 quantities = {} 331 if verbose: 332 print 'before interpolation function1' 331 333 for i, name in enumerate(quantity_names): 332 334 quantities[name] = fid.variables[name][:] 333 335 fid.close() 334 336 335 337 if verbose: 338 print 'before interpolation function2' 339 336 340 #from least_squares import Interpolation_function 337 341 from anuga.fit_interpolate.interpolate import Interpolation_function … … 340 344 vertex_coordinates = triangles = interpolation_points = None 341 345 346 if verbose: 347 print 'before interpolation function3' 342 348 343 349 # Return Interpolation_function instance as well as
Note: See TracChangeset
for help on using the changeset viewer.