Commit 815a1302522d7c456acc7edf903a259e357f31e8

Authored by Jean-Philippe Bernard
1 parent f882e687
Exists in master

added a commented set_plot,'MAC' for use in GDL time test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/idl/dustem_plot_fit_sed.pro
@@ -58,7 +58,7 @@ IF keyword_set(ps) THEN BEGIN @@ -58,7 +58,7 @@ IF keyword_set(ps) THEN BEGIN
58 set_plot, 'PS' 58 set_plot, 'PS'
59 device, filename=ps, /color, /encapsulated 59 device, filename=ps, /color, /encapsulated
60 ENDIF ELSE BEGIN 60 ENDIF ELSE BEGIN
61 - 61 + ;set_plot,'MAC'
62 set_plot,'X' 62 set_plot,'X'
63 IF keyword_set(win) then window,win 63 IF keyword_set(win) then window,win
64 ENDELSE 64 ENDELSE