Ignore:
Timestamp:
03/28/07 14:17:24 (17 years ago)
Author:
pinsard
Message:

replace some print by some report in some .pro (continuation)

File:
1 edited

Legend:

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

    r238 r240  
    127127; 
    128128    IF good[0] EQ -1 THEN BEGIN 
    129       IF NOT keyword_set(noprint) THEN print, 'The point is out of the cells' 
     129      IF NOT keyword_set(noprint) THEN BEGIN 
     130         ras = report('The point is out of the cells') 
     131      ENDIF 
    130132; restore the input parameters 
    131133      x = temporary(xin) 
     
    168170; 
    169171    IF good2[0] EQ -1 THEN BEGIN 
    170       IF NOT keyword_set(noprint) THEN print, 'The point is out of the cells' 
     172      IF NOT keyword_set(noprint) THEN BEGIN 
     173         ras = report('The point is out of the cells') 
     174      ENDIF 
    171175; restore the input parameters 
    172176      x = temporary(xin) 
Note: See TracChangeset for help on using the changeset viewer.