Ignore:
Timestamp:
02/18/14 16:43:11 (10 years ago)
Author:
pinsard
Message:

fix thanks to coding rules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/project_init.pro

    r2 r9  
    44; 
    55; ================ 
    6 ; project_init.pro  
     6; project_init.pro 
    77; ================ 
    88; 
     
    1212; This is the SAXO initialisation file. 
    1313; 
    14 ; It ++:: 
     14; It ++: 
    1515; 
    16 ;   idl -startupfile project_init.pro 
     16; .. code-block:: bash 
    1717; 
    18 ; or:: 
     18;    idl -startupfile project_init.pro 
    1919; 
    20 ;   idl -IDL_STARTUP project_init.pro 
     20; or 
    2121; 
    22 ; or:: 
     22; .. code-block:: bash 
    2323; 
    24 ;   idl 
    25 ;   @project_init 
     24;    idl -IDL_STARTUP project_init.pro 
    2625; 
     26; or 
     27; 
     28; .. code-block:: idl 
     29; 
     30;    @project_init 
    2731; 
    2832; SEE ALSO 
     
    3842; learn to write IF .. ELSE in a @file 
    3943; 
    40 ; improve SAXO behaviour in batch mode using fstat and interactive structure field 
    41 ; to avoid ``Error occurred at: LOADCT`` and ``% FILE_TEST: String expression required in this context: MYUNIQUETMPDIR`` 
     44; improve SAXO behaviour in batch mode using fstat and interactive 
     45; structure field to avoid 
     46; ``Error occurred at: LOADCT`` and ``% FILE_TEST: String expression required in this context: MYUNIQUETMPDIR`` 
    4247; 
    4348; EVOLUTIONS 
     
    5358; 
    5459;- 
    55 ;  
     60; 
    5661; SAXO environment 
    5762saxo_dir_env=GETENV('SAXO_DIR') 
Note: See TracChangeset for help on using the changeset viewer.