Ignore:
Timestamp:
03/21/07 18:18:44 (17 years ago)
Author:
pinsard
Message:

replace some print by some report in some .pro #2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Interpolation/extrapolate.pro

    r232 r236  
    7575  IF n_elements(maskinput) EQ 1 AND maskinput[0] EQ -1 THEN maskinput = replicate(1b, nx, ny) 
    7676  IF n_elements(maskinput) NE nx*ny THEN BEGIN 
    77     print, 'input grid mask do not have the good size' 
     77    ras = report('input grid mask do not have the good size') 
    7878    return, -1 
    7979  ENDIF 
Note: See TracChangeset for help on using the changeset viewer.