From a913b180f744c8e8b9107080860f3e934582667f Mon Sep 17 00:00:00 2001 From: odlomax Date: Thu, 30 Nov 2023 11:38:41 +0000 Subject: [PATCH] Removed redundant macros. --- src/atlas/interpolation/method/MethodFactory.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/atlas/interpolation/method/MethodFactory.cc b/src/atlas/interpolation/method/MethodFactory.cc index cc30db2bd..f68ace367 100644 --- a/src/atlas/interpolation/method/MethodFactory.cc +++ b/src/atlas/interpolation/method/MethodFactory.cc @@ -17,9 +17,7 @@ #include "knn/GridBoxMaximum.h" #include "knn/KNearestNeighbours.h" #include "knn/NearestNeighbour.h" -#if ATLAS_HAVE_EIGEN #include "sphericalvector/SphericalVector.h" -#endif #include "structured/Cubic2D.h" #include "structured/Cubic3D.h" #include "structured/Linear2D.h"