Commit 0fb0a0a9c14d3c73bc5902d6eacfbac28fdb5cf6

Authored by Ilyes Choubani
1 parent 75d04dc3
Exists in master

remove stop. Previous push was not effective

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/idl/dustem_write_isrf_lv.pro
... ... @@ -85,7 +85,6 @@ IF ctpop NE 0 or ctusrisrf NE 0 THEN BEGIN
85 85 ind_G0 = where(strupcase(strmid((*(*!dustem_fit).fixed_param_descs),5,/reverse)) EQ 'MS).G0', countg0)
86 86 IF countg0 NE 0 THEN G0_mathis = (*(*!dustem_fit).fixed_param_init_values)[ind_G0]
87 87 ENDIF
88   - STOP
89 88 ;Locating gas.G0 in the free parameters vector
90 89 ind_GASG0 = where(strupcase(strmid((*(*!dustem_fit).param_descs),5,/reverse)) EQ 'GAS.G0', countgasg0)
91 90 IF countgasg0 THEN BEGIN
... ...