Commit 8357b327efdc26d966675d320f14ba0e7e21cee1

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

removed a stop

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/idl/dustem_read_align.pro
... ... @@ -31,7 +31,7 @@ key_str=str
31 31 IF stregex(key_str, 'lin', /bool) THEN !run_lin = 1
32 32 IF stregex(key_str, 'univ', /bool) THEN BEGIN
33 33 !run_univ = 1
34   - stop
  34 + ;stop
35 35 ENDIF
36 36 IF stregex(key_str, 'circ', /bool) THEN !run_circ = 1
37 37 IF stregex(key_str, 'anis', /bool) THEN !run_anis = 1
... ...