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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.