From abf14443c16edf3f1d758033b8ef08538a6e9fd7 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Tue, 27 Jun 2023 08:48:02 +0200 Subject: [PATCH] rm unused const --- Resample/Specular/ComputeFluxMagnetic.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Resample/Specular/ComputeFluxMagnetic.cpp b/Resample/Specular/ComputeFluxMagnetic.cpp index 680ac492a57..da7accd3b9a 100644 --- a/Resample/Specular/ComputeFluxMagnetic.cpp +++ b/Resample/Specular/ComputeFluxMagnetic.cpp @@ -31,7 +31,6 @@ namespace { // The factor 1e-18 is here to have unit: 1/T*nm^-2 constexpr double magnetic_prefactor = PhysConsts::m_n * PhysConsts::g_factor_n * PhysConsts::mu_N / PhysConsts::h_bar / PhysConsts::h_bar / 4. / pi * 1e-18; -const auto eps = std::numeric_limits<double>::epsilon() * 10.; double magneticSLD(R3 B_field) { -- GitLab