Ignore:
Timestamp:
03/28/07 08:50:03 (17 years ago)
Author:
smasson
Message:

cleaning + minor bugfix related to the path definition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/idlfiles/init_example.pro

    r134 r239  
    1616; 
    1717!path = expand_path('+' + '/Users/sebastie/IDL') $ 
    18       + ':' + expand_path('+' + '/Users/sebastie/SAXO_RD') $ 
    19       + ':' + expand_path('+' + !dir) 
     18      + path_sep(/search_path) + expand_path('+' + '/Users/sebastie/SAXO_RD') $ 
     19      + path_sep(/search_path) + expand_path('+' + !dir) 
    2020; 
    2121; compatibility with the old version 
Note: See TracChangeset for help on using the changeset viewer.