Ignore:
Timestamp:
03/20/07 17:59:36 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

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

Legend:

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

    r163 r232  
    1 ;------------------------------------------------------------- 
    21;+ 
    32; @file_comments 
     
    6463; Bugs and comments should be directed to mgs@io.harvard.edu 
    6564; with subject "IDL routine chkstru" 
    66 ;------------------------------------------------------------- 
    67  
    68  
     65; 
    6966function chkstru,structure,fields,index=index,verbose=verbose, extract = extract 
    7067; 
  • trunk/SRC/ToBeReviewed/STRUCTURE/extractstru.pro

    r226 r232  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; @file_comments 
     
    5047; 
    5148;- 
    52 ;------------------------------------------------------------ 
    53 ;------------------------------------------------------------ 
    54 ;------------------------------------------------------------ 
     49; 
    5550FUNCTION extractstru, stru, liste, KEEP = keep, DELETE = delete 
    5651; 
  • trunk/SRC/ToBeReviewed/STRUCTURE/mixstru.pro

    r163 r232  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; 
     
    6057; 
    6158;- 
    62 ;------------------------------------------------------------ 
    63 ;------------------------------------------------------------ 
    64 ;------------------------------------------------------------ 
     59; 
    6560FUNCTION mixstru, stru1, stru2 
    6661; 
  • trunk/SRC/ToBeReviewed/STRUCTURE/where_tag.pro

    r163 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; Like WHERE but works on structure tag names 
Note: See TracChangeset for help on using the changeset viewer.