Commit 75d04dc307c0707d6baceee5934da0eb842235ca

Authored by Ilyes Choubani
1 parent 191894cc
Exists in master

removed forgotten stop on write_isrf_lv.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/idl/dustem_write_isrf_lv.pro
... ... @@ -123,7 +123,7 @@ IF ctpop NE 0 or ctusrisrf NE 0 THEN BEGIN
123 123 IF G0_mathis NE 0 THEN G0_mathis=1
124 124  
125 125 ;the below condition will always be valid
126   - IF G0_mathis NE 0 THEN BEGIN ;storing the mathis isrf in variable mathis_isrf if the user wants to use it
  126 + IF G0_mathis NE 0 THEN BEGIN
127 127 ;This is reading the mathis isrf from the fortran release
128 128 ;Let's hope they keep releasing it otherwise we'll have to include it ourselves
129 129 ma_isrf_dir=!dustem_soft_dir+'data/ISRF_MATHIS.DAT'
... ...