Skip to content

Commit

Permalink
add dbgout for vacuum
Browse files Browse the repository at this point in the history
  • Loading branch information
jons-pf committed Oct 18, 2024
1 parent 1016075 commit b378438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/NESTOR_vacuum/vacuum.f
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ SUBROUTINE vacuum_par (rmnc, rmns, zmns, zmnc, xm, xn,
call add_real_2d("potu", nv, nu3, potu, order=(/ 2, 1 /) )
call add_real_2d("potv", nv, nu3, potv, order=(/ 2, 1 /) )

call add_real_2d("bsubu", nv, nu3, bsubu, order=(/ 2, 1 /) )
call add_real_2d("bsubv", nv, nu3, bsubv, order=(/ 2, 1 /) )
c call add_real_2d("bsubu", nv, nu3, bsubu, order=(/ 2, 1 /) )
c call add_real_2d("bsubv", nv, nu3, bsubv, order=(/ 2, 1 /) )

call add_real_2d("bsqvac", nv, nu3, bsqvac, order=(/ 2, 1 /) )

Expand Down

0 comments on commit b378438

Please sign in to comment.