Commit 5739d14323bf26611fc3cf427a845edde97bd255

Authored by Ilyes Choubani
1 parent 40cb4765
Exists in master

correcting small type in write_isrf_lv

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/idl/dustem_write_isrf_lv.pro
... ... @@ -54,7 +54,7 @@ IF ctpop NE 0 or ctusrisrf NE 0 THEN BEGIN
54 54  
55 55 G0_mathis = 0. ;Just an initialization
56 56 ;The initial test was going to be on ((*!dustem_params).g0) and ((*!dustem_params).gas.g0) but it isn't enough...
57   - ;this is because the case where mathis ISRF is used with G0=1 oughtn't be forgotten and should be distinguished
  57 + ;this is because the case where mathis ISRF is used with G0=1 oughtn't be forgotten and should be distinguishable
58 58 ;A solution is to instead test on the parameter vectors (fixed and thawed alike)
59 59  
60 60 ;Locating G0 in the free parameters vector
... ...