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/Calendar/jul2date.pro

    r327 r371  
    5252; @examples 
    5353; 
    54 ; IDL> print, jul2date(julday(12,23,1999)) 
     54;   IDL> print, jul2date(julday(12,23,1999)) 
    5555;     19991223 
    56 ; IDL> print, jul2date(julday(12,23,1999,12,0,0)) 
     56;   IDL> print, jul2date(julday(12,23,1999,12,0,0)) 
    5757;        19991224. 
    58 ; IDL> print, jul2date(julday(12,23,1999,12,0,0)), format='(f11.2)' 
     58;   IDL> print, jul2date(julday(12,23,1999,12,0,0)), format='(f11.2)' 
    5959; 19991223.50 
    60 ; IDL> print, jul2date(julday(12,23,1999,0,0,0)), format='(f11.2)' 
     60;   IDL> print, jul2date(julday(12,23,1999,0,0,0)), format='(f11.2)' 
    6161; 19991223.00 
    6262; 
Note: See TracChangeset for help on using the changeset viewer.