Skip to content

Commit

Permalink
Removed static factory linking.
Browse files Browse the repository at this point in the history
  • Loading branch information
odlomax committed Nov 30, 2023
1 parent a913b18 commit c4481aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/atlas/interpolation/method/MethodFactory.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* nor does it submit to any jurisdiction.
*/

#include "atlas/library/defines.h"
#include "MethodFactory.h"

// for static linking
Expand All @@ -17,7 +16,6 @@
#include "knn/GridBoxMaximum.h"
#include "knn/KNearestNeighbours.h"
#include "knn/NearestNeighbour.h"
#include "sphericalvector/SphericalVector.h"
#include "structured/Cubic2D.h"
#include "structured/Cubic3D.h"
#include "structured/Linear2D.h"
Expand Down Expand Up @@ -48,9 +46,6 @@ void force_link() {
MethodBuilder<method::GridBoxAverage>();
MethodBuilder<method::GridBoxMaximum>();
MethodBuilder<method::CubedSphereBilinear>();
#if ATLAS_HAVE_EIGEN
MethodBuilder<method::SphericalVector>();
#endif
}
} link;
}
Expand Down

0 comments on commit c4481aa

Please sign in to comment.