Ignore:
Timestamp:
Nov 22, 2007, 3:24:09 PM (16 years ago)
Author:
sexton
Message:

minor update

File:
1 edited

Legend:

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

    r4845 r4851  
    555555                    msg += '%d: %s\n' %(i, interpolation_points[i])
    556556
     557                #from anuga.utilities.polygon import plot_polygons_points
     558                #in_interp_pts =
     559                #out_interp_pts = take(interpolation_points,[indices])
     560                #title = 'Interpolation points fall outside specified mesh'
     561                #plot_polygons_points([mesh_boundary_polygon,in_interp_pts,out_interp_pts],
     562                #                     ['line','point','outside'],label=title,verbose=verbose)
     563
    557564                # Joaquim Luis suggested this as an Exception, so
    558565                # that the user can now what the problem is rather than
     
    564571
    565572            # Plot boundary and interpolation points
    566             # FIXME (Jane): Here's a beginning towards plotting
    567573            if verbose is True:
    568574                from anuga.utilities.polygon import plot_polygons_points
Note: See TracChangeset for help on using the changeset viewer.