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/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 
Note: See TracChangeset for help on using the changeset viewer.