Skip to content

Commit

Permalink
add dbgout for scalfor
Browse files Browse the repository at this point in the history
  • Loading branch information
jons-pf committed Oct 15, 2024
1 parent aaae753 commit b9948ce
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Sources/General/scalfor.f
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,12 @@ SUBROUTINE scalfor_par(gcx, axm, bxm, axd, bxd, cx, iflag)
end if

if (dbg_open) then
call add_real_3d("ax", ns, ntor1, mpol, ax, order = (/ 2, 3, 1 /))
call add_real_3d("bx", ns, ntor1, mpol, bx, order = (/ 2, 3, 1 /))
call add_real_3d("dx", ns, ntor1, mpol, dx, order = (/ 2, 3, 1 /))
call add_real_3d("ax", ns, ntor1, mpol, ax, &
& order = (/ 2, 3, 1 /))
call add_real_3d("bx", ns, ntor1, mpol, bx, &
& order = (/ 2, 3, 1 /))
call add_real_3d("dx", ns, ntor1, mpol, dx, &
& order = (/ 2, 3, 1 /))

call close_dbg_out()
end if ! open_dbg_context
Expand Down

0 comments on commit b9948ce

Please sign in to comment.