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/GRILLE/fmask.pro

    r157 r226  
    1515; @examples 
    1616; 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] 
     17; For example: Instead of write fmask[domainef] we have to write (fmask())[domainef] 
    1818; 
    1919; @history 
     
    3939;--------------------------------------------------------- 
    4040  tempsun = systime(1)          ; For key_performance 
    41 ;  
     41; 
    4242  CASE size(tmask, /n_dimensions) OF 
    4343    2:res = tmask*shift(tmask, -1, 0)*shift(tmask, 0, -1)*shift(tmask, -1, -1) 
     
    4848  res[*, jpj-1, *] = fmaskredx 
    4949; 
    50   if keyword_set(key_performance) THEN print, 'temps fmask', systime(1)-tempsun  
    51    
     50  if keyword_set(key_performance) THEN print, 'temps fmask', systime(1)-tempsun 
     51 
    5252  return, res 
    5353end 
Note: See TracChangeset for help on using the changeset viewer.