Commit f4f35349a425debf21249cb7b94f839fbb7cc172

Authored by Ilyes Choubani
1 parent 858e1c83
Exists in master

corrected condition

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 NE 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
... ...