Ignore:
Timestamp:
03/19/07 18:15:51 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.pro

    r213 r231  
    11;+ 
     2; 
    23; @file_comments 
    3 ; 
    44; 
    55; @categories 
    66; 
    7 ;  
    87; @param MESHFILEIN 
    98; 
    10 ;  
    119; @keyword _EXTRA 
    12 ; Used to pass your keywords 
    13 ;  
     10; Used to pass keywords 
     11; 
    1412; @returns 
    15 ;  
    16 ;  
     13; 
    1714; @uses 
    18 ;  
    19 ;  
     15; 
    2016; @restrictions 
    21 ;  
    22 ;  
     17; 
    2318; @examples 
    24 ;  
    25 ;  
     19; 
    2620; @history 
    27 ;  
    28 ;  
    29 ; @version  
     21; 
     22; @version 
    3023; $Id$ 
    3124; 
     
    3427; 
    3528;- 
     29; 
    3630PRO loadgrid, meshfiletxtin, _extra = ex 
    37 ;  
     31; 
    3832  meshfilein = strsed(meshfiletxtin,'@@@', '''') 
    3933; 
     
    4741; try to find a .pro file with this name... 
    4842  filepro = (find(meshfile[0], /firstfound, /onlypro))[0] 
    49 ; if this is an idl batch file or a procedure   
     43; if this is an idl batch file or a procedure 
    5044  if filepro NE 'NOT FOUND' THEN BEGIN 
    5145    CASE protype(filepro) OF 
     
    6357  ENDELSE 
    6458; add the arguments and keywords if necessary 
    65   IF n_elements(meshfile) GT 1 AND strmid(listing, 0, 1) NE '@' THEN $  
     59  IF n_elements(meshfile) GT 1 AND strmid(listing, 0, 1) NE '@' THEN $ 
    6660    listing = listing + strmid(meshfilein, strpos(meshfilein, ',')) 
    6761 
     
    7266 
    7367return 
    74 END  
     68END 
Note: See TracChangeset for help on using the changeset viewer.