Ignore:
Timestamp:
03/27/07 15:43:18 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/fitintobox.pro

    r231 r238  
    4747    RETURN, report(['Error: ' $ 
    4848                  , 'the vector size (' + tostr(sz) + ') is incompatible' $ 
    49                   , 'with the the domain dimensions ' $ 
     49                  , 'with the domain dimensions ' $ 
    5050                  , '[jpi/nx, jpj/ny, jpk/nz, jpt] = [' $ 
    5151                  + strtrim(jpi, 1) + '/' + strtrim(nx, 1) $ 
     
    5555  RETURN, report(['Error: ' $ 
    5656                  , 'the array dimensions ' + tostr(sz) + ' are incompatible' $ 
    57                   , 'with the the domain dimensions ' $ 
     57                  , 'with the domain dimensions ' $ 
    5858                  , '[jpi/nx, jpj/ny, jpk/nz, jpt] = [' $ 
    5959                  + strtrim(jpi, 1) + '/' + strtrim(nx, 1) $ 
     
    9797; or -1 if there is an error... 
    9898; 
    99 ; @uses  
     99; @uses 
    100100; cm_4mesh 
    101101; cm_4cal 
     
    107107; Error: 
    108108; the array dimensions [180,148,78] are incompatible 
    109 ; with the the domain dimensions 
     109; with the domain dimensions 
    110110; [jpi/nx, jpj/ny, jpk/nz, jpt] = [180/41, 148/3, 31/31, 1] 
    111111; <Expression>    INT       =       -1 
     
    118118; @version 
    119119; $Id$ 
     120; 
    120121;- 
    121122; 
Note: See TracChangeset for help on using the changeset viewer.