Skip to content

Commit

Permalink
add dbgout for printout
Browse files Browse the repository at this point in the history
  • Loading branch information
jons-pf committed Oct 15, 2024
1 parent fdafea4 commit b2caca8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Input_Output/printout.f
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ SUBROUTINE printout(i0, delt0, w0, lscreen)
CALL getrz(gc)
#endif

dbgout_printout = open_dbg_context("printout", num_eqsolve_retries)
dbgout_printout = open_dbg_context("printout", &
& num_eqsolve_retries)
if (dbgout_printout) then
! dump gc before it gets modified by spectrum() below
call add_real_5d("gc", 3, ntmax, ns, ntor1, mpol, gc, &
Expand Down

0 comments on commit b2caca8

Please sign in to comment.