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

    r231 r236  
    145145   iname_file = findfile(filename) 
    146146   if iname_file[0] EQ '' then begin 
    147       print, '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       print, 'The size of the file is not the expected one!' 
    168       print, 'Check your file or the values of ibloc, jpiglo,' 
    169       print, 'jpjglo, jpk, jpbyt, numrec in this program' 
     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') 
    170170      return 
    171171   endif 
Note: See TracChangeset for help on using the changeset viewer.