Commit ce972c622145999f21717fff565a58e9968d0e93
1 parent
b4ec902c
Exists in
master
modified a call which had changed interface
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/idl/dustem_fit_intensity_example.pro
... | ... | @@ -367,7 +367,7 @@ IF keyword_set(fits_save_and_restore) THEN BEGIN |
367 | 367 | ;=== At this point, you could erase all dustem system variables, or exit idl... all the |
368 | 368 | ;=== information needed to recover the results and remake the plots has been saved in the FITS table |
369 | 369 | ;stop |
370 | - dustem_read_fits_table,filename=fits_save_and_restore,dustem_spectra_st=dustem_spectra_st | |
370 | + dustem_read_fits_table,filename=fits_save_and_restore,dustem_st=dustem_spectra_st | |
371 | 371 | ;==== plot result taken from the saved fits table |
372 | 372 | res=*(*!dustem_fit).CURRENT_PARAM_VALUES |
373 | 373 | IF !dustem_noobj THEN BEGIN | ... | ... |