From 5739d14323bf26611fc3cf427a845edde97bd255 Mon Sep 17 00:00:00 2001 From: ichoubani Date: Wed, 2 Nov 2022 10:21:45 +0100 Subject: [PATCH] correcting small type in write_isrf_lv --- src/idl/dustem_write_isrf_lv.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/idl/dustem_write_isrf_lv.pro b/src/idl/dustem_write_isrf_lv.pro index 71239d4..903bb37 100755 --- a/src/idl/dustem_write_isrf_lv.pro +++ b/src/idl/dustem_write_isrf_lv.pro @@ -54,7 +54,7 @@ IF ctpop NE 0 or ctusrisrf NE 0 THEN BEGIN G0_mathis = 0. ;Just an initialization ;The initial test was going to be on ((*!dustem_params).g0) and ((*!dustem_params).gas.g0) but it isn't enough... - ;this is because the case where mathis ISRF is used with G0=1 oughtn't be forgotten and should be distinguished + ;this is because the case where mathis ISRF is used with G0=1 oughtn't be forgotten and should be distinguishable ;A solution is to instead test on the parameter vectors (fixed and thawed alike) ;Locating G0 in the free parameters vector -- libgit2 0.21.2