Skip to content

Commit

Permalink
Macros return to initial directory upon error; prompt on
Browse files Browse the repository at this point in the history
  • Loading branch information
rneder committed Jan 16, 2025
1 parent ece22c8 commit 5b18152
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib_f90/do_wait_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ SUBROUTINE do_input (zeile, lp)
USE lib_length
USE param_mod
USE precision_mod
use prompt_mod
USE str_comp_mod
!
USE class_macro_internal
Expand Down Expand Up @@ -64,7 +65,8 @@ SUBROUTINE do_input (zeile, lp)
lmakro = .false.
lmakro_error = .false. ! Macro termination error off
macro_level = 0
CALL macro_close
CALL macro_close(-1)
prompt_status = PROMPT_ON
endif
! line = '#'
! il = 1
Expand Down

0 comments on commit 5b18152

Please sign in to comment.