Ignore:
Timestamp:
Jun 20, 2007, 11:26:42 AM (17 years ago)
Author:
ole
Message:

Spelling and comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/fit_interpolate/interpolate.py

    r4522 r4548  
    580580
    581581
    582       FIXME: f(t, x, y) x, y could overrided location, point_id ignored 
     582          FIXME: f(t, x, y) x, y could overrided location, point_id ignored 
    583583          FIXME: point_id could also be a slice
    584584          FIXME: What if x and y are vectors?
     
    787787    stage - array with respect to time and vertices (x,y)
    788788    """
     789
     790    msg = 'Function read_sww in interpolat.py is obsolete'
     791    raise Exception, msg
    789792   
    790793    #FIXME Have this reader as part of data_manager?
Note: See TracChangeset for help on using the changeset viewer.