Skip to content

Commit

Permalink
fix missing declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
jons-pf committed Dec 5, 2023
1 parent 20e1241 commit 8ae37b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/NESTOR/belicu.f90
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ SUBROUTINE belicu(torcur, bx, by, bz, cos1, sin1, rp, zp)
REAL(rprec) :: current
INTEGER :: i, j, kper, kv

REAL(rprec) :: L, Ri, Rf, Ri_p_Rf, Bmag
REAL(rprec), dimension(3) :: dvec, xpt, Ri_vec

real(rprec), dimension(3, nuv2) :: eval_pos, magnetic_field

! If .true., use ABSCAB for computing the magnetic field contribution
Expand Down

0 comments on commit 8ae37b4

Please sign in to comment.