Commit 77c918beca2a737968c7a0e242fcaa1406f0e4a3

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

first commit

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
LabTools/IRAP/JPB/phangs_compare_seds_isrf.pro
... ... @@ -14,7 +14,7 @@ ii=100L
14 14  
15 15 Nseds=1
16 16 sed=dustem_initialize_sed(Nseds)
17   -sed=fltarr(Nfilters)
  17 +;sed=fltarr(Nfilters)
18 18 tags=tag_names(st)
19 19 FOR i=0L,Nfilters-1 DO BEGIN
20 20 ind=where(tags EQ 'I'+filters[i],count)
... ...