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/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.pro

    r325 r327  
    335335; 
    336336;- 
    337 FUNCTION cw_slider_pm, parent, MAXIMUM = maximum, MINIMUM = minimum $ 
    338                        , STRMINLEN = strminlen, VALUE = value, UVALUE = uvalue $ 
    339                        , UNAME = uname, TITLE = title, _EXTRA = ex 
     337FUNCTION cw_slider_pm, parent, MAXIMUM=maximum, MINIMUM=minimum $ 
     338                     , STRMINLEN=strminlen, VALUE=value, UVALUE=uvalue $ 
     339                     , UNAME=uname, TITLE=title, _EXTRA=ex 
    340340; 
    341341  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.