Ignore:
Timestamp:
08/06/08 11:05:24 (16 years ago)
Author:
pinsard
Message:

typo and translation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/CALCULS/level2depth.pro

    r327 r367  
    22; 
    33; @file_comments 
    4 ; Allows to pass from a 2d level array to a 2d depth array corresponding to these levels 
     4; Allows to pass from a 2d level array to a 2d depth array corresponding to  
     5; these levels 
    56; 
    67; @categories 
     
    89; 
    910; @param TAB {in}{required}{type=2d array} 
    10 ; 2d level array of sill levels (or a structure respecting <pro>litchamp</pro> criterions) 
     11; 2d level array of sill levels (or a structure respecting <pro>litchamp</pro>  
     12; criterions) 
    1113; 
    1214; @keyword NOMASK 
     
    3537@common 
    3638;------------------------------------------------------------ 
    37 ; Reading of the input field  and recovery of the used subdomain's size 
     39; Reading of the input field and recovery of the used subdomain's size 
    3840;------------------------------------------------------------ 
    3941   niveaux = litchamp(tab) 
    4042   grille,mask, -1, -1,gdep,nx,ny,nz,firstx,firsty,firstz,lastx,lasty,lastz 
    4143;--------------------------------------------------------------- 
    42 ; verification of the coherence between array's size and the domain defined by domdef 
     44; verification of the coherence between array's size and the domain defined  
     45; by domdef 
    4346;--------------------------------------------------------------- 
    4447   taille = size(niveaux) 
Note: See TracChangeset for help on using the changeset viewer.