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

    r238 r240  
    103103   size = numrec*reclen-toomuch 
    104104   if size NE filepamameters.size then begin 
    105       ras = report( 'The size of the file is not the expected one!') 
    106       ras = report( 'Check your file or the values of ibloc, jpiglo,') 
    107       ras = report( 'jpjglo, jpk, jpbyt, numrec in this program') 
     105      ras = report(['The size of the file is not the expected one!', $ 
     106      'Check your file or the values of ibloc, jpiglo,', $ 
     107      'jpjglo, jpk, jpbyt, numrec in this program']) 
    108108      return, -1 
    109109   endif 
Note: See TracChangeset for help on using the changeset viewer.