Commit bb69363fbfee307bfefc013e6d2b1010b3c1bd86
1 parent
f4f35349
Exists in
master
G0 to float
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/idl/dustem_write_isrf_lv.pro
... | ... | @@ -119,7 +119,7 @@ IF ctpop NE 0 or ctusrisrf NE 0 THEN BEGIN |
119 | 119 | c(2) = '# USER-DEFINED ISRF' |
120 | 120 | ENDIF |
121 | 121 | |
122 | - IF G0_mathis EQ 0 THEN G0_mathis=1 | |
122 | + IF G0_mathis EQ 0 THEN G0_mathis=1. | |
123 | 123 | |
124 | 124 | ;the below condition will always be valid |
125 | 125 | IF G0_mathis NE 0 THEN BEGIN | ... | ... |