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

    r358 r371  
    5656; @examples 
    5757; 
    58 ; IDL> splot,[0,5],[0,3],/nodata,xstyle=1,ystyle=1 
    59 ; IDL> tracegrille, findgen(11)*.1, findgen(11)*.1,color=indgen(12)*20 
    60 ; IDL> xin = (findgen(11)*.1)#replicate(1, 11) 
    61 ; IDL> yin = replicate(1, 11)#(findgen(11)*.1) 
    62 ; IDL> out = square2quadrilateral(2,1,3,0,5,1,2,3, xin, yin) 
    63 ; IDL> tracegrille, reform(out[0,*],11,11), reform(out[1,*],11,11),color=indgen(12)*20 
     58;   IDL> splot,[0,5],[0,3],/nodata,xstyle=1,ystyle=1 
     59;   IDL> tracegrille, findgen(11)*.1, findgen(11)*.1,color=indgen(12)*20 
     60;   IDL> xin = (findgen(11)*.1)#replicate(1, 11) 
     61;   IDL> yin = replicate(1, 11)#(findgen(11)*.1) 
     62;   IDL> out = square2quadrilateral(2,1,3,0,5,1,2,3, xin, yin) 
     63;   IDL> tracegrille, reform(out[0,*],11,11), reform(out[1,*],11,11),color=indgen(12)*20 
    6464; 
    65 ; IDL> inorg=quadrilateral2square(2,1,3,0,5,1,2,3,out[0,*],out[1,*]) 
    66 ; IDL> tracegrille, reform(inorg[0,*],11,11), reform(inorg[1,*],11,11),color=indgen(12)*20 
     65;   IDL> inorg=quadrilateral2square(2,1,3,0,5,1,2,3,out[0,*],out[1,*]) 
     66;   IDL> tracegrille, reform(inorg[0,*],11,11), reform(inorg[1,*],11,11),color=indgen(12)*20 
    6767; 
    6868; @history 
Note: See TracChangeset for help on using the changeset viewer.