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 b2caca8 commit 083622c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Input_Output/printout.f
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ SUBROUTINE printout(i0, delt0, w0, lscreen)
& 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, &
call add_real_5d("gc", 3, ntmax, ns, ntor1, mpol, pgc, &
& order=(/ 4, 5, 3, 2, 1 /) )
end if ! dbgout_printout

Expand Down

0 comments on commit 083622c

Please sign in to comment.