Ignore:
Timestamp:
12/13/07 17:22:35 (17 years ago)
Author:
pinsard
Message:

modification of headers : mainly blanks around = sign for keywords in declaration of function and pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Colors/getcolor.pro

    r325 r327  
    1818; Graphics, Color 
    1919; 
    20 ; @param thisColor {in}{optional} 
     20; @param thiscolor {in}{optional} 
    2121; A string with the "name" of the color. Valid names are: 
    2222;           black 
     
    189189; @version 
    190190; $Id$ 
     191; 
    191192;- 
    192 FUNCTION getcolor, thisColor, index, TRUE=truecolor, $ 
    193    NAMES=colornames, LOAD=load, START=start 
     193FUNCTION getcolor, thiscolor, index, TRUE=truecolor $ 
     194                 , NAMES=colornames, LOAD=load, START=start 
    194195; 
    195196  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.