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/depth2floatlevel.pro

    r163 r226  
    44;+ 
    55; @file_comments 
    6 ; Rather comparable to depth2level but here, the calculated level is in float.  
    7 ; For example, the level 5.4 correspond to a depth equal  
     6; Rather comparable to depth2level but here, the calculated level is in float. 
     7; For example, the level 5.4 correspond to a depth equal 
    88; to gdep[5]+.4*(gdep[6]-gdep[5]) 
    99; 
    10 ; @categories  
     10; @categories 
    1111; Without loop 
    1212; 
     
    3232;  ->champ nul a 1e-6 pres 
    3333; 
    34 ; @history  
     34; @history 
    3535; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    3636;                      15/06/2000 
    37 ;  
     37; 
    3838; @version 
    3939; $Id$ 
     
    5757   levellow = depth2level(depthin, /lower, /nomask) 
    5858   depthlow = level2depth(levellow, /nomask) 
    59 ; calculate the distance depthlow-depthup and management of the case  
    60 ; of this distance is null or eqal to !values.f_nan 
     59; calculate the distance depthlow-depthup and management of the case 
     60; of this distance is null or equal to !values.f_nan 
    6161   divi = depthlow-depthup 
    6262   nan = where(finite(divi) EQ 0) 
     
    7474   endif 
    7575;------------------------------------------------------------ 
    76    if keyword_set(key_performance) THEN print, 'temps depth2floatlevel', systime(1)-tempsun  
     76   if keyword_set(key_performance) THEN print, 'temps depth2floatlevel', systime(1)-tempsun 
    7777; 
    7878   return, res 
Note: See TracChangeset for help on using the changeset viewer.