Changeset 327 for trunk/SRC/Colors


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

Location:
trunk/SRC/Colors
Files:
6 edited

Legend:

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

    r325 r327  
    3636;- 
    3737FUNCTION color24, rgb_triple 
     38; 
    3839  compile_opt idl2, strictarrsubs 
    3940; 
  • trunk/SRC/Colors/colorbar.pro

    r325 r327  
    117117; 
    118118;- 
    119 PRO colorbar, BOTTOM=bottom, CB_CHARSIZE=cb_charsize, CB_CHARTHICK=cb_charthick $ 
    120               , CB_COLOR=cb_color, DIVISIONS=divisions, DISCRETE=discrete $ 
    121               , CB_LABEL = cb_label, FORMAT=format, POSITION=position $ 
    122               , MAX = max, MIN = min, NCOLORS = ncolors, PSCOLOR=pscolor $ 
    123               , CB_TITLE = cb_title, VERTICAL = vertical, TOP = top, RIGHT = right $ 
    124               , CB_LOG = CB_log, NOTITLE = notitle, _EXTRA = ex 
     119PRO colorbar, BOTTOM=bottom, CB_CHARSIZE=cb_charsize $ 
     120            , CB_CHARTHICK=cb_charthick $ 
     121            , CB_COLOR=cb_color, DIVISIONS=divisions, DISCRETE=discrete $ 
     122            , CB_LABEL=cb_label, FORMAT=format, POSITION=position $ 
     123            , MAX=max, MIN=min, NCOLORS=ncolors, PSCOLOR=pscolor $ 
     124            , CB_TITLE=cb_title, VERTICAL=vertical, TOP=top, RIGHT=right $ 
     125            , CB_LOG=CB_log, NOTITLE=notitle, _EXTRA=ex 
    125126; 
    126127  compile_opt idl2, strictarrsubs 
  • 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 
  • trunk/SRC/Colors/lct.pro

    r325 r327  
    3636; 
    3737;- 
    38 PRO lct, numpal, FILE = file, GET_NAME = get_name, LIGHTNESS = Lightness, _EXTRA = ex 
     38PRO lct, numpal, FILE=file, GET_NAME=get_name, LIGHTNESS=lightness, _EXTRA=ex 
    3939; 
    4040  compile_opt idl2, strictarrsubs 
  • trunk/SRC/Colors/newpalette.pro

    r325 r327  
    3030; 
    3131;- 
    32 pro newpalette, namepal, FILE = file, OVER = over, _EXTRA = ex 
     32PRO newpalette, namepal, FILE=file, OVER=over, _EXTRA=ex 
    3333; 
    3434  compile_opt idl2, strictarrsubs 
  • trunk/SRC/Colors/xlct.pro

    r325 r327  
    44; 
    55;- 
    6 PRO xlct_psave                  ;Save/Restore our plotting state. 
    7 ;  Swaps our state with the current state each time its called. 
     6PRO xlct_psave                   
     7; Save/Restore our plotting state. 
     8; Swaps our state with the current state each time its called. 
    89; 
    910  compile_opt idl2, strictarrsubs 
     
    470471;- 
    471472PRO xlct, SILENT=silent_f, GROUP=group, FILE=file, $ 
    472           USE_CURRENT=use_current, NCOLORS = nc, BOTTOM=bottom, $ 
     473          USE_CURRENT=use_current, NCOLORS=nc, BOTTOM=bottom, $ 
    473474          MODAL=modal, BLOCK=block, UPDATECALLBACK=updt_cb_name, $ 
    474475          UPDATECBDATA=updt_cb_data 
Note: See TracChangeset for help on using the changeset viewer.