Skip to content

Commit

Permalink
unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
missing-user committed Dec 4, 2024
1 parent e89bbcf commit 87b10c4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/bnorml.f90
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ subroutine bnorml( mn, Ntz, efmn, ofmn )
INTEGER, intent(in) :: mn, Ntz
REAL , intent(out) :: efmn(1:mn), ofmn(1:mn)

INTEGER :: lvol, Lcurvature, Lparallel, ii, jj, kk, jk, ll, kkmodnp, jkmodnp, ifail, id01daf, nvccalls, icasing, ideriv
REAL :: lss, zeta, teta, tetalow, tetaupp, absacc, gBn
REAL :: Bxyz(1:Ntz,1:3), dAt(1:Ntz), dAz(1:Ntz), distance(1:Ntz)
INTEGER :: lvol, Lparallel, ii, jj, kk, jk, ll, kkmodnp, jkmodnp, ifail, id01daf, nvccalls, icasing
REAL :: zeta, teta, gBn
REAL :: Bxyz(1:Ntz,1:3), distance(1:Ntz)
REAL :: accuracyestimate, resulth, resulth2, resulth4, deltah4h2, deltah2h
INTEGER :: vcstep

Expand All @@ -124,10 +124,6 @@ subroutine bnorml( mn, Ntz, efmn, ofmn )
!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!

ijreal(1:Ntz) = zero ! normal plasma field; 15 Oct 12;
!ijimag(1:Ntz) = zero

!jireal(1:Ntz) = zero
!jiimag(1:Ntz) = zero

!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!

Expand Down

0 comments on commit 87b10c4

Please sign in to comment.