Ignore:
Timestamp:
03/15/07 11:22:28 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

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

    r163 r224  
    1717; To do not mask land points. 
    1818; 
    19 ; @returns  
     19; @returns 
    2020; 2d array containing depths 
    2121; 
     
    5050;--------------------------------------------------------------- 
    5151   taille = size(niveaux) 
    52    if taille[0] NE 2 then return, report('le champ en entree doit contenir un tableau 2d') 
     52   if taille[0] NE 2 then return, report('input field must be a 2d array') 
    5353   case 1 of 
    5454      taille[1] eq jpi and taille[2] eq jpj:niveaux=niveaux[firstx:lastx, firsty:lasty] 
     
    7373   endif 
    7474; 
    75    if keyword_set(key_performance) THEN print, 'temps level2depth', systime(1)-tempsun  
     75   if keyword_set(key_performance) THEN print, 'temps level2depth', systime(1)-tempsun 
    7676   return, gdep 
    7777end 
Note: See TracChangeset for help on using the changeset viewer.