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/compute_fromirr_bilinear_weigaddr.pro

    r232 r236  
    7272  IF n_elements(amsk) EQ 1 AND amsk[0] EQ -1 THEN amsk = replicate(1b, jpia, jpja) 
    7373  IF n_elements(omsk) NE jpio*jpjo THEN BEGIN 
    74     print, 'input grid mask do not have the good size' 
     74    ras = report('input grid mask do not have the good size') 
    7575    stop 
    7676  ENDIF 
    7777  IF n_elements(amsk) NE jpia*jpja THEN BEGIN 
    78     print, 'output grid mask do not have the good size' 
     78    ras = report('output grid mask do not have the good size') 
    7979    stop 
    8080  ENDIF 
Note: See TracChangeset for help on using the changeset viewer.