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/ReadWrite/scanctl.pro

    r232 r236  
    5454   spawn, '\grep -i "^DTYPE" '+filename, notgood 
    5555   if keyword_set(notgood) then begin 
    56       print, 'This program is not adapted to data type station or grib. Sorry...' 
     56      ras = report( 'This program is not adapted to data type station or grib. Sorry...') 
    5757      stop 
    5858   endif 
Note: See TracChangeset for help on using the changeset viewer.