Commit 4ae78eb843ff39fbcc9c1be7a1fc13c13ce1eeaf

Authored by Jean-Philippe Bernard
1 parent e69bf245
Exists in master

removed stop

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/idl/dustem_read_align.pro
... ... @@ -87,7 +87,7 @@ FOR i=0L,Ngrains-1 DO BEGIN
87 87 st[i].plev = strv(ii) & ii=ii+1
88 88 ENDIF
89 89 st[i].aligned = stregex(st_grains(i).type_keywords, 'pol', /bool)
90   - stop
  90 + ;stop
91 91  
92 92 IF !run_univ eq 1 THEN BEGIN
93 93 st = replicate(st(i),Ngrains)
... ...