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/ToBeReviewed/HOPE
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/HOPE/computehopegrid.pro

    r325 r327  
    3737; 
    3838;- 
    39 PRO computehopegrid, xaxis, yaxis, zaxis, linetype, FORTHEMASK = forthemask, WPOINT = wpoint, FIRSTS = firsts, LASTS = lasts, PTTYPE = pttype 
     39PRO computehopegrid, xaxis, yaxis, zaxis, linetype $ 
     40                   , FORTHEMASK=forthemask, WPOINT=wpoint $ 
     41                   , FIRSTS=firsts, LASTS=lasts, PTTYPE=pttype 
    4042; 
    4143  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/HOPE/cw_selectinterval.pro

    r325 r327  
    4141; 
    4242;+ 
     43; 
    4344; @file_comments 
    4445; 
     
    6364; 
    6465;- 
    65 function cw_selectinterval_get_value, id 
     66FUNCTION cw_selectinterval_get_value, id 
    6667; 
    6768  compile_opt idl2, strictarrsubs 
     
    108109; 
    109110;- 
    110 function cw_selectinterval_event, event 
     111FUNCTION cw_selectinterval_event, event 
    111112; 
    112113  compile_opt idl2, strictarrsubs 
     
    128129; 
    129130;+ 
     131; 
    130132; @file_comments 
    131133; 
     
    155157; 
    156158;- 
    157 FUNCTION cw_selectinterval, parent, vecteur, _EXTRA = ex 
     159FUNCTION cw_selectinterval, parent, vecteur, _EXTRA=ex 
    158160; 
    159161  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/HOPE/domainpart.pro

    r231 r327  
    2929; 
    3030;- 
    31 pro domainpart, top_uvalue, basedomain, selected, DESTROY = destroy 
     31PRO domainpart, top_uvalue, basedomain, selected, DESTROY=destroy 
    3232; 
    3333  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/HOPE/read_hope.pro

    r325 r327  
    315315; 
    316316;- 
    317 FUNCTION read_hope, typein, varnamein, FILENAME = filename, XLIMITS = xlimits, YLIMITS = ylimits,  ZLIMITS = zlimits, TLIMITS = tlimits, ODDPT = oddpt, ODDEVENPT = oddevenpt, EVENPT = evenpt, _EXTRA = ex 
     317FUNCTION read_hope, typein, varnamein, FILENAME=filename $ 
     318                  , XLIMITS=xlimits, YLIMITS=ylimits, ZLIMITS=zlimits $ 
     319                  , TLIMITS=tlimits, ODDPT=oddpt, ODDEVENPT=oddevenpt $ 
     320                  , EVENPT=evenpt, _EXTRA=ex 
    318321; 
    319322  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/HOPE/xrh.pro

    r325 r327  
    2525; 
    2626;- 
    27 PRO xrh, _EXTRA = ex 
     27PRO xrh, _EXTRA=ex 
    2828; 
    2929  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.