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/STRUCTURE
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/STRUCTURE/chkstru.pro

    r325 r327  
    6464; 
    6565;- 
    66 FUNCTION chkstru, structure, fields, INDEX=index,VERBOSE=verbose, EXTRACT = extract 
     66FUNCTION chkstru, structure, fields $ 
     67                , INDEX=index, VERBOSE=verbose, EXTRACT=extract 
    6768; 
    6869  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/STRUCTURE/extractstru.pro

    r325 r327  
    4747; 
    4848;- 
    49 FUNCTION extractstru, stru, liste, KEEP = keep, DELETE = delete 
     49FUNCTION extractstru, stru, liste, KEEP=keep, DELETE=delete 
    5050; 
    5151  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/STRUCTURE/struct2string.pro

    r325 r327  
    4040; 
    4141;- 
    42 FUNCTION struct2string, struct, CUT_IN_STRING = cut_in_string, MAX_STRUCT_LENGTH = max_struct_length, DIRECT2STRING = direct2string 
     42FUNCTION struct2string, struct $ 
     43                      , CUT_IN_STRING=cut_in_string $ 
     44                      , MAX_STRUCT_LENGTH=max_struct_length $ 
     45                      , DIRECT2STRING=direct2string 
    4346; 
    4447  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.