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/Utilities/linearequation.pro

    r325 r371  
    2828; 
    2929; @examples 
    30 ; IDL> abc=linearequation(complex(1,2),[3,4]) 
    31 ; IDL> print, abc[0]*1+abc[1]*2+abc[2] 
     30; 
     31;   IDL> abc=linearequation(complex(1,2),[3,4]) 
     32;   IDL> print, abc[0]*1+abc[1]*2+abc[2] 
    3233; 0.00000 
    3334; 
Note: See TracChangeset for help on using the changeset viewer.