Changeset 4548 for anuga_core/source/anuga/fit_interpolate/interpolate.py
- Timestamp:
- Jun 20, 2007, 11:26:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/fit_interpolate/interpolate.py
r4522 r4548 580 580 581 581 582 FIXME: f(t, x, y) x, y could overrided location, point_id ignored582 FIXME: f(t, x, y) x, y could overrided location, point_id ignored 583 583 FIXME: point_id could also be a slice 584 584 FIXME: What if x and y are vectors? … … 787 787 stage - array with respect to time and vertices (x,y) 788 788 """ 789 790 msg = 'Function read_sww in interpolat.py is obsolete' 791 raise Exception, msg 789 792 790 793 #FIXME Have this reader as part of data_manager?
Note: See TracChangeset
for help on using the changeset viewer.