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,7 +31,7 @@ key_str=str
31 IF stregex(key_str, 'lin', /bool) THEN !run_lin = 1 31 IF stregex(key_str, 'lin', /bool) THEN !run_lin = 1
32 IF stregex(key_str, 'univ', /bool) THEN BEGIN 32 IF stregex(key_str, 'univ', /bool) THEN BEGIN
33 !run_univ = 1 33 !run_univ = 1
34 - stop 34 + ;stop
35 ENDIF 35 ENDIF
36 IF stregex(key_str, 'circ', /bool) THEN !run_circ = 1 36 IF stregex(key_str, 'circ', /bool) THEN !run_circ = 1
37 IF stregex(key_str, 'anis', /bool) THEN !run_anis = 1 37 IF stregex(key_str, 'anis', /bool) THEN !run_anis = 1