Ignore:
Timestamp:
12/13/07 17:22:35 (16 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/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 
Note: See TracChangeset for help on using the changeset viewer.