Commit 14c90b64b5c8e6e5070ea5ee324e7b02e49f5614
1 parent
0969ded8
Exists in
master
removed loadct command
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/idl/dustem_make_sed_table.pro
... | ... | @@ -145,7 +145,7 @@ pd=parameters_description |
145 | 145 | seds=ptrarr(Nc) |
146 | 146 | yrange=[1.e-5,1.e5] |
147 | 147 | colors=long(range_gen(Nc,[0,255])) |
148 | -loadct,13 | |
148 | +IF keyword_set(show_seds) THEN loadct,13 | |
149 | 149 | FOR i=0L,Nc-1 DO BEGIN |
150 | 150 | ;dustem_init,model=model,pol=use_polarisation |
151 | 151 | ;dustem_set_data,m_fit=sed,m_show=sed,x_fit=ext,x_show=ext | ... | ... |