Ignore:
Timestamp:
Dec 11, 2007, 5:01:43 PM (16 years ago)
Author:
ole
Message:

Removed the less important output for fit and polygon to address ticket:238

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/utilities/polygon.py

    r4856 r4882  
    7373    """
    7474
    75     if verbose: print 'Checking input to inside_polygon'
     75    #if verbose: print 'Checking input to inside_polygon'
    7676
    7777    try:
     
    137137    """
    138138
    139     if verbose: print 'Checking input to outside_polygon'
     139    #if verbose: print 'Checking input to outside_polygon'
    140140    try:
    141141        points = ensure_numeric(points, Float)
     
    179179    """
    180180
    181     if verbose: print 'Checking input to outside_polygon'
     181    #if verbose: print 'Checking input to outside_polygon'
    182182    try:
    183183        points = ensure_numeric(points, Float)
     
    258258
    259259
    260     if verbose: print 'Checking input to separate_points_by_polygon'
     260    #if verbose: print 'Checking input to separate_points_by_polygon'
    261261
    262262
     
    302302
    303303
    304 
    305     if verbose: print 'Allocating array for indices'
    306 
    307304    indices = zeros( M, Int )
    308 
    309     #if verbose: print 'Calling C-version of inside poly'
    310305
    311306    from polygon_ext import separate_points_by_polygon as sep_points
     
    430425    """
    431426
    432     if verbose: print 'Checking input to poly_xy'
     427    #if verbose: print 'Checking input to poly_xy'
    433428
    434429    try:
Note: See TracChangeset for help on using the changeset viewer.