Ignore:
Timestamp:
08/07/08 11:32:02 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments of IDL prompt in examples)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Interpolation/extrapsmooth.pro

    r327 r371  
    3737; 
    3838; @examples 
    39 ; IDL> a=extrapsmooth(dist(jpi,jpj),tmask[*,*,0],/x_periodic) 
    40 ; IDL> tvplus, a 
     39; 
     40;   IDL> a=extrapsmooth(dist(jpi,jpj),tmask[*,*,0],/x_periodic) 
     41;   IDL> tvplus, a 
     42; 
    4143; compare to extrapolate result: 
    42 ; IDL> b=extrapolate(dist(jpi,jpj),tmask[*,*,0],/x_periodic) 
    43 ; IDL> tvplus, b, window = 1 
     44; 
     45;   IDL> b=extrapolate(dist(jpi,jpj),tmask[*,*,0],/x_periodic) 
     46;   IDL> tvplus, b, window = 1 
    4447; 
    4548; @history 
Note: See TracChangeset for help on using the changeset viewer.