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

    r236 r240  
    145145   iname_file = findfile(filename) 
    146146   if iname_file[0] EQ '' then begin 
    147       ras = report( 'Bad file name') 
     147      ras = report('Bad file name') 
    148148      return 
    149149   ENDIF ELSE iname_file = iname_file[0] 
     
    165165   size = numrec*reclen-toomuch 
    166166   if size NE filepamameters.size then begin 
    167       ras = report( 'The size of the file is not the expected one!') 
    168       ras = report( 'Check your file or the values of ibloc, jpiglo,') 
    169       ras = report( 'jpjglo, jpk, jpbyt, numrec in this program') 
     167      ras = report(['The size of the file is not the expected one!', $ 
     168      'Check your file or the values of ibloc, jpiglo,', $ 
     169      'jpjglo, jpk, jpbyt, numrec in this program']) 
    170170      return 
    171171   endif 
Note: See TracChangeset for help on using the changeset viewer.