Commit ce88127c0b68a105050a5dd27d376b80c5b0e569
1 parent
d40958ed
Exists in
master
updated help
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
src/idl/dustem_compute_gb_sed_fast.pro
... | ... | @@ -2,7 +2,7 @@ FUNCTION dustem_compute_gb_sed_fast,p_dim,_extra=extra,waves=waves,spec=spec |
2 | 2 | |
3 | 3 | ;+ |
4 | 4 | ; NAME: |
5 | -; dustem_compute_gb_sed | |
5 | +; dustem_compute_gb_sed_fast | |
6 | 6 | ; |
7 | 7 | ; PURPOSE: |
8 | 8 | ; Computes an SED from a given Grey Body spectrum |
... | ... | @@ -47,13 +47,13 @@ FUNCTION dustem_compute_gb_sed_fast,p_dim,_extra=extra,waves=waves,spec=spec |
47 | 47 | ; Evolution details on the DustEMWrap gitlab. |
48 | 48 | ; See http://dustemwrap.irap.omp.eu/ for FAQ and help. |
49 | 49 | ;- |
50 | -;- | |
51 | 50 | |
52 | -;IF keyword_set(help) THEN BEGIN | |
53 | -; doc_library,'dustem_compute_gb_sed' | |
54 | -; dustem_sed=0. | |
55 | -; goto,the_end | |
56 | -;ENDIF | |
51 | + | |
52 | +IF keyword_set(help) THEN BEGIN | |
53 | + doc_library,'dustem_compute_gb_sed_fast' | |
54 | + dustem_sed=0. | |
55 | + goto,the_end | |
56 | +ENDIF | |
57 | 57 | |
58 | 58 | ;==== Compute Black body spectrum |
59 | 59 | pp=double(p_dim) | ... | ... |