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

    r327 r371  
    4545; 
    4646; @examples 
    47 ; IDL> print, isafile('/Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro') 
     47; 
     48;   IDL> print, isafile('/Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro') 
    4849;  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    49 ; IDL> print, isafile('cm_4mesh.pro', iodir = '/Users/sebastie/SAXO_RD/Commons') 
     50;   IDL> print, isafile('cm_4mesh.pro', iodir = '/Users/sebastie/SAXO_RD/Commons') 
    5051;  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    51 ; IDL> print, isafile('cm_4mesh.pro', iodir = !path) 
     52;   IDL> print, isafile('cm_4mesh.pro', iodir = !path) 
    5253;  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    53 ; IDL> print, isafile('cm_4mesh.pro', iodir = '/Users/sebastie/SAXO_RD', /recursive) 
     54;   IDL> print, isafile('cm_4mesh.pro', iodir = '/Users/sebastie/SAXO_RD', /recursive) 
    5455;  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    55 ; IDL> print, isafile('cm_4mesh.pro', iodir = getenv('HOME'), /recursive) 
     56;   IDL> print, isafile('cm_4mesh.pro', iodir = getenv('HOME'), /recursive) 
    5657;  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    57 ; IDL> print, isafile('fake_file.pro') 
     58;   IDL> print, isafile('fake_file.pro') 
    5859; 
    5960; @history 
Note: See TracChangeset for help on using the changeset viewer.