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/Utilities/createpro.pro

    r230 r231  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; @file_comments 
     
    2421; 
    2522; @keyword _EXTRA  
    26 ; used to pass your keywords to the created procedure. 
     23; Used to pass keywords to the created procedure. 
    2724; 
    2825; @restrictions 
     
    4643; $Id$ 
    4744;- 
    48 ;------------------------------------------------------------ 
    49 ;------------------------------------------------------------ 
    50 ;------------------------------------------------------------ 
     45; 
    5146PRO createpro, command, FILENAMEIN = filenamein $ 
    5247               , KWDLIST = kwdlist, KWDUSED = kwdused, _EXTRA = ex 
     
    8883; compile it 
    8984   resolve_routine, shortfilename 
    90 help,ex,/structure 
    91 print,' ex = ',ex 
     85;help,ex,/structure 
     86;print,' ex = ',ex 
    9287; execute it 
    9388   call_procedure, shortfilename, _extra = ex 
Note: See TracChangeset for help on using the changeset viewer.