Commit 62f8320e71bb42bca5b4ee4f9081a75dda68e4cd
1 parent
d748eb27
Exists in
master
fix
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
LabTools/IRAP/GSO/make_sed_tables_byprop.pro
... | ... | @@ -72,8 +72,8 @@ pro make_sed_tables_byprop, dust_model, grid_type = grid_type, test = test, show |
72 | 72 | message, grain_type, /info |
73 | 73 | grain = 'grains('+grain_type+')' |
74 | 74 | endif else begin |
75 | - grains=['(*!dustem_params).grains(0).mdust_o_mh','(*!dustem_params).grains(1).mdust_o_mh', | |
76 | - '(*!dustem_params).grains(2).mdust_o_mh','(*!dustem_params).grains(3).mdust_o_mh', | |
75 | + grains=['(*!dustem_params).grains(0).mdust_o_mh','(*!dustem_params).grains(1).mdust_o_mh', $ | |
76 | + '(*!dustem_params).grains(2).mdust_o_mh','(*!dustem_params).grains(3).mdust_o_mh', $ | |
77 | 77 | '(*!dustem_params).grains(4).mdust_o_mh'] |
78 | 78 | endelse |
79 | 79 | |
... | ... |