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

    r325 r371  
    2222; 
    2323; @examples 
    24 ; IDL> print, routine_name() 
     24; 
     25;   IDL> print, routine_name() 
    2526;  /usr1/com/smasson/IDL_RD/UTILITAIRE/report.pro 
    26 IDL> print, routine_name(1) 
     27 IDL> print, routine_name(1) 
    2728;  /usr1/com/smasson/IDL_RD/PLOTS/DIVERS/determineminmax.pro 
    28 IDL> print, routine_name(2) 
     29 IDL> print, routine_name(2) 
    2930;  /usr1/com/smasson/IDL_RD/PLOTS/DESSINE/plt.pro 
    30 IDL> print, routine_name(3) 
     31 IDL> print, routine_name(3) 
    3132;  $MAIN$ 
    32 IDL> print, routine_name(4) 
     33 IDL> print, routine_name(4) 
    3334;  $MAIN$ 
    3435; 
Note: See TracChangeset for help on using the changeset viewer.