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/Grid/micromeshmask.pro

    r231 r236  
    6464    filein_msk = (findfile(filein+'.mask.nc'))[0] 
    6565    IF filein_hgr EQ '' OR filein_zgr EQ '' OR filein_msk EQ ''  THEN BEGIN 
    66       print, 'meshmask file(s) not found...' 
    67       print, filein+' does not exist' 
    68       print, filein+'.mesh_hgr.nc does not exist' 
    69       print, filein+'.mesh_zgr.nc does not exist' 
    70       print, filein+'.mask.nc does not exist' 
     66      ras = report( 'meshmask file(s) not found...') 
     67      ras = report( filein+' does not exist') 
     68      ras = report( filein+'.mesh_hgr.nc does not exist') 
     69      ras = report( filein+'.mesh_zgr.nc does not exist') 
     70      ras = report( filein+'.mask.nc does not exist') 
    7171      return 
    7272    ENDIF 
Note: See TracChangeset for help on using the changeset viewer.