Ignore:
Timestamp:
03/16/07 10:22:26 (17 years ago)
Author:
pinsard
Message:

corrections of some misspellings in some *.pro

File:
1 edited

Legend:

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

    r163 r226  
    44;+ 
    55; 
    6 ; @file_comments  
    7 ; Allows to pass from a 2d depth sill array to a 3d array of mask  
     6; @file_comments 
     7; Allows to pass from a 2d depth sill array to a 3d array of mask 
    88; with one of levels above the sill depth and 0s below. 
    99; 
     
    1212; 
    1313; @param TAB {type=3d array} 
    14 ; 2d sill depth array (or a structure respecting litchamp critrions) 
     14; 2d sill depth array (or a structure respecting litchamp criterions) 
    1515; 
    1616; @keyword _EXTRA 
    1717; used to pass your keywords 
    18 ;  
     18; 
    1919; @returns 
    2020; It is a 3d array containing the mas associated to the 2d sill depth array 
     
    4242@common 
    4343;------------------------------------------------------------ 
    44 ; We transform the 2d deth value in a 2d array of levels corresponding to depthes 
     44; We transform the 2d depth value in a 2d array of levels corresponding to depths 
    4545;------------------------------------------------------------ 
    4646   niveaux = depth2level(tab, _extra = ex) 
     
    5151   mask = level2mask(niveaux) 
    5252;------------------------------------------------------------ 
    53    if keyword_set(key_performance) NE 0 THEN print, 'temps depth2mask', systime(1)-tempsun  
     53   if keyword_set(key_performance) NE 0 THEN print, 'temps depth2mask', systime(1)-tempsun 
    5454   return, mask 
    5555end 
Note: See TracChangeset for help on using the changeset viewer.