Ignore:
Timestamp:
08/21/07 16:19:32 (17 years ago)
Author:
pinsard
Message:

corrections of some headers and parameters and keywords case. change of pro2href to replace proidl

Location:
trunk/SRC/ToBeReviewed/STRUCTURE
Files:
2 edited

Legend:

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

    r232 r262  
    5353; $Id$ 
    5454; 
    55 ;- 
    5655; Copyright (C) 1998, Martin Schultz, Harvard University 
    5756; This software is provided as is without any warranty 
     
    6160; be used commercially or sold as part of a larger package, 
    6261; please contact the author to arrange payment. 
    63 ; Bugs and comments should be directed to mgs@io.harvard.edu 
     62; Bugs and comments should be directed to mgs\@io.harvard.edu 
    6463; with subject "IDL routine chkstru" 
     64;- 
    6565; 
    66 function chkstru,structure,fields,index=index,verbose=verbose, extract = extract 
     66FUNCTION chkstru, structure, fields, INDEX=index,VERBOSE=verbose, EXTRACT = extract 
    6767; 
    6868  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/STRUCTURE/where_tag.pro

    r232 r262  
    5656;  
    5757;- 
    58 function where_tag, Struct, Nfound,     TAG_NAME=Tag_Name,      $ 
    59                                         TAG_NUMBER=Tag_Num,     $ 
     58FUNCTION where_tag, Struct, Nfound,     TAG_NAME=tag_name,      $ 
     59                                        TAG_NUMBER=tag_num,     $ 
    6060                                        ISELECT=ipart, NOPRINT=noprint, $ 
    6161                                        RANGE=range, VALUES=values 
    62 ;First check required parameters... 
    6362; 
    6463  compile_opt idl2, strictarrsubs 
    6564; 
    66  
     65;First check required parameters... 
    6766        Ntag = N_tags( Struct ) 
    6867 
Note: See TracChangeset for help on using the changeset viewer.