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

    r238 r240  
    6969    filein_msk = (findfile(filein+'.mask.nc'))[0] 
    7070    IF filein_hgr EQ '' OR filein_zgr EQ '' OR filein_msk EQ ''  THEN BEGIN 
    71       ras = report( 'meshmask file(s) not found...') 
    72       ras = report( filein+' does not exist') 
    73       ras = report( filein+'.mesh_hgr.nc does not exist') 
    74       ras = report( filein+'.mesh_zgr.nc does not exist') 
    75       ras = report( filein+'.mask.nc does not exist') 
     71      ras = report(['meshmask file(s) not found...', $ 
     72      filein+' does not exist', $ 
     73      filein+'.mesh_hgr.nc does not exist', $ 
     74      filein+'.mesh_zgr.nc does not exist', $ 
     75      filein+'.mask.nc does not exist']) 
    7676      return 
    7777    ENDIF 
Note: See TracChangeset for help on using the changeset viewer.