Skip to content

Commit

Permalink
MAINT: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfaff authored and bmaranville committed Dec 13, 2024
1 parent a667764 commit 581d4b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion refl1d/lib/c/magnetic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ C * Converted to subroutine from GEPORE.f

// constants
const Cplx CR(1.0,0.0);
const Cplx CI(0.0,1.0);
const double PI4=12.566370614359172e-6;
// Check for KZ near zero. If KZ < 0, reverse the indices
if (KZ<=-1.e-10) {
Expand Down

0 comments on commit 581d4b0

Please sign in to comment.