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

    r232 r236  
    111111  fileoce = findfile(fileoce, count = okfile) 
    112112  IF okfile NE 1 THEN BEGIN 
    113     print, 'the file '+fileoce+' is not found... we stop' 
     113    ras = report('the file '+fileoce+' is not found... we stop') 
    114114    stop 
    115115  ENDIF 
Note: See TracChangeset for help on using the changeset viewer.