Changeset 5852
- Timestamp:
- Oct 21, 2008, 11:04:25 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/fit_interpolate/fit.py
r5793 r5852 368 368 369 369 if point_coordinates is None: 370 print 'Warning: no data points in fit'370 if verbose: print 'Warning: no data points in fit' 371 371 assert self.AtA <> None, 'no interpolation matrix' 372 372 assert self.Atz <> None
Note: See TracChangeset
for help on using the changeset viewer.