Skip to content

Commit

Permalink
add dbgout for bextern
Browse files Browse the repository at this point in the history
  • Loading branch information
jons-pf committed Oct 18, 2024
1 parent 5a7ed98 commit 7553858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/NESTOR_vacuum/bextern.f
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ SUBROUTINE bextern(plascur, wint, lscreen)
if (dbgout_bextern) then

! axis geometry used in belicu
call add_real_2d("xpts_axis", 3, nvper * nv + 1, xpts)
c call add_real_2d("xpts_axis", 3, nvper * nv + 1, xpts)

! these are now mgrid + axis-current
call add_real_2d("brad", nv, nu3, brad)
Expand All @@ -101,7 +101,7 @@ SUBROUTINE bextern(plascur, wint, lscreen)
call add_real_2d("bexv", nv, nu3, bexv)
call add_real_2d("bexn", nv, nu3, bexn)

call add_real_2d("bexni", nv, nu3, bexni(:nuv2))
call add_real_2d("bexni", nv, nu3, bexni(:nuv3))

call close_dbg_out()
end if
Expand Down

0 comments on commit 7553858

Please sign in to comment.