Ignore:
Timestamp:
07/21/06 14:47:49 (18 years ago)
Author:
navarro
Message:

english and nicer header (2a)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/GRILLE/fmask.pro

    r134 r142  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME:fmask 
    65; 
    7 ; PURPOSE:calcule fmask 
     6; @file_comments 
     7; calculate fmask. Economize memory (we do not need to keep fmask anymore) 
    88; 
    9 ; CATEGORY:fonction economisatrice de memoire (plus besion de garder 
    10 ; fmask)   
     9; @categories 
     10; Utilities 
    1111; 
    12 ; CALLING SEQUENCE:res=fmask() 
     12; @returns 
     13; A 3d array corresponding to fmask. 
    1314; 
    14 ; OUTPUTS:un tableau 3d correspondant a fmask 
     15; @examples 
     16; Used like if fmask was a known array by substituing fmask by (fmask()) 
     17; For example: Instaed of write fmask[domainef] we have to write (fmask())[domainef] 
    1518; 
    16 ; EXAMPLE:s''utilise comme si fmask etait un tableau connu en 
    17 ; replacant ds la syntaxe fmask par (fmask()). par ex: 
    18 ; au lieu de taper fmask[domainef] il faut taper (fmask())[domainef] 
     19; @history 
     20; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     21;                       11/12/98 
    1922; 
    20 ; MODIFICATION HISTORY: Sebastien Masson (smasson@lodyc.jussieu.fr) 
    21 ;                       11/12/98 
     23; @version 
     24; $Id$ 
     25; 
    2226;- 
    2327;------------------------------------------------------------ 
     
    3438  ENDIF 
    3539;--------------------------------------------------------- 
    36   tempsun = systime(1)          ; pour key_performance 
     40  tempsun = systime(1)          ; For key_performance 
    3741;  
    3842  CASE size(tmask, /n_dimensions) OF 
Note: See TracChangeset for help on using the changeset viewer.