From 3540337ec0013f03fc387717f4a2380a886e36a5 Mon Sep 17 00:00:00 2001 From: Luca Fedeli Date: Thu, 30 Jan 2025 15:16:06 +0100 Subject: [PATCH] fixed bug in namespace name --- Source/FieldSolver/SpectralSolver/SpectralKSpace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/FieldSolver/SpectralSolver/SpectralKSpace.cpp b/Source/FieldSolver/SpectralSolver/SpectralKSpace.cpp index aa84f1f0d6b..adf7fff775d 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralKSpace.cpp +++ b/Source/FieldSolver/SpectralSolver/SpectralKSpace.cpp @@ -254,7 +254,7 @@ SpectralKSpace::getModifiedKComponent (const DistributionMapping& dm, // (i.e. highest *real* k) is 0. However, the above calculation // based on stencil coefficients does not give 0 to machine precision. // Therefore, we need to enforce the fact that the modified k be 0 here. - if (grid_type == ablastr::utils::enums::GridType::GridType::Collocated){ + if (grid_type == ablastr::utils::enums::GridType::Collocated){ if (i_dim == 0){ // Because of the real-to-complex FFTs, the first axis (idim=0) // contains only the positive k, and the Nyquist frequency is