Changes between Version 5 and Version 6 of doc/app/idl


Ignore:
Timestamp:
Feb 1, 2012 2:42:58 PM (13 years ago)
Author:
herbort
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/idl

    v5 v6  
    77Once IDL is installed, the presented IDL programs can be executed. There exist different modes running IDL programs. To run the presented IDL programs we recommend to do the following:
    88* Use an editor like ''kate'' to adapt the code to your needs (usually only some variables have to be changed in the head of the program)
    9 * Type 'IDL' at your terminal (console) to start the command line version of IDL (only available on UNIX/LINUX platforms)
     9* Type 'idl' at your terminal (console) to start the command line version of IDL (only available on UNIX/LINUX platforms)
    1010* Type '.run programname' and press <Enter>, where 'programname' is the name of your IDL program (usual ending is '.pro')
    1111