Commit 3583bccaaa02733b9773dc672562eded333cc1ef

Authored by Annie Hughes
1 parent 80eb3ca5
Exists in master

bug fix

Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
src/idl/dustem_run_example.pro
1   -PRO dustem_run_readme,model=model $
  1 +PRO dustem_run_example,model=model $
2 2 ,png=png $
3 3 ,postscript=postscript $
4 4 ,help=help
5 5  
6 6 ;+
7 7 ; NAME:
8   -; dustem_run_readme
  8 +; dustem_run_example
9 9 ; PURPOSE:
10 10 ; This is an example of how to run the DustEM fortran code using DustEMWrap
11 11 ; CATEGORY:
12 12 ; DustEMWrap, Distributed, High-Level, User Example
13 13 ; CALLING SEQUENCE:
14   -; dustem_run_readme,model=model,postscript=postscript,png=png,help=help
  14 +; dustem_run_example,model=model,postscript=postscript,png=png,help=help
15 15 ; INPUTS:
16 16 ; None
17 17 ; OPTIONAL INPUT PARAMETERS:
... ... @@ -49,7 +49,7 @@ PRO dustem_run_readme,model=model $
49 49 ; PROCEDURE:
50 50 ; None
51 51 ; EXAMPLES
52   -; dustem_run_readme,model='DBP90',png='test_dbp90.png'
  52 +; dustem_run_example,model='DBP90',png='test_dbp90.png'
53 53 ; MODIFICATION HISTORY:
54 54 ; Written JPB Apr-2011
55 55 ; Evolution details on the DustEMWrap gitlab.
... ... @@ -57,7 +57,7 @@ PRO dustem_run_readme,model=model $
57 57 ;-
58 58  
59 59 IF keyword_set(help) THEN BEGIN
60   - doc_library,'dustem_run_readme'
  60 + doc_library,'dustem_run_example'
61 61 goto,the_end
62 62 ENDIF
63 63  
... ...