Ignore:
Timestamp:
08/24/07 16:07:01 (17 years ago)
Author:
pinsard
Message:

typo and links in header in some pro files

Location:
trunk/SRC/ToBeReviewed/CALCULS
Files:
8 edited

Legend:

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

    r231 r268  
    1010; 
    1111; @param TAB {in}{required} 
    12 ; 2d depth array (or a structure respecting litchamp criterion) 
     12; 2d depth array (or a structure respecting <pro>litchamp</pro> criterion) 
    1313; 
    1414; @keyword NOMASK 
  • trunk/SRC/ToBeReviewed/CALCULS/depth2level.pro

    r232 r268  
    88; 
    99; @param TAB {type=2d array} 
    10 ; 2d depth array (or a structure respecting litchamp criterions) 
     10; 2d depth array (or a structure respecting <pro>litchamp</pro> criterions) 
    1111; 
    1212; @keyword UPPER 
  • trunk/SRC/ToBeReviewed/CALCULS/depth2mask.pro

    r232 r268  
    99; 
    1010; @param TAB {type=3d array} 
    11 ; 2d sill depth array (or a structure respecting litchamp criterions) 
     11; 2d sill depth array (or a structure respecting <pro>litchamp</pro> criterions) 
    1212; 
    1313; @keyword _EXTRA 
  • trunk/SRC/ToBeReviewed/CALCULS/determ2.pro

    r262 r268  
    2929; IDL> a=findgen(2,2,5) 
    3030; IDL> print, determ2(a) 
    31 ; IDL> FOR i=0,4 DO print, determ(a[*,*,i]) ; IDL solution 
     31; IDL> FOR i=0,4 DO print, determ(a[*,*,i]) 
    3232; 
    3333; @history 
  • trunk/SRC/ToBeReviewed/CALCULS/floatlevel2depth.pro

    r262 r268  
    99; 
    1010; @param TAB 
    11 ; 2d array of sill levels (or a structure respecting litchamp criterions) 
     11; 2d array of sill levels (or a structure respecting <pro>litchamp</pro> criterions) 
    1212; 
    1313; @keyword NOMASK 
  • trunk/SRC/ToBeReviewed/CALCULS/grossemoyenne.pro

    r254 r268  
    33; @file_comments 
    44; averages a 3- or 4-d time series field over a selected 
    5 ; geographical area or along the time axis. For one ore more 
     5; geographical area or along the time axis. For one or more 
    66; selected axes (x, y, z, t) 
    77; 
     
    2929; corresponding to nan = !values.f_nan and of 0, which desactivate nan). 
    3030; We have to put NAN=a. 
    31 ; Comment: In output, rsult points which are NAN will be valued a or 
     31; Comment: In output, result points which are NAN will be valued a or 
    3232; !values.f_nan. 
    3333; 
  • trunk/SRC/ToBeReviewed/CALCULS/level2depth.pro

    r231 r268  
    22; 
    33; @file_comments 
    4 ; Allows to pass from a 2d level array to a 2d depth array corresponding o these levels 
     4; Allows to pass from a 2d level array to a 2d depth array corresponding to these levels 
    55; 
    66; @categories 
     
    88; 
    99; @param TAB {in}{required}{type=2d array} 
    10 ; 2d level array of sill levels (or a structure respecting litchamp criterions) 
     10; 2d level array of sill levels (or a structure respecting <pro>litchamp</pro> criterions) 
    1111; 
    1212; @keyword NOMASK 
  • trunk/SRC/ToBeReviewed/CALCULS/moyenne.pro

    r254 r268  
    33; @file_comments 
    44; averages a 2- or 3-d field over a selected 
    5 ;           geographical area and along one ore more 
     5;           geographical area and along one or more 
    66;           selected axes (x, y or z) 
    77; 
Note: See TracChangeset for help on using the changeset viewer.