Skip to content

Commit

Permalink
remove unused header
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgiuliani committed Apr 16, 2024
1 parent cc77bd7 commit 9e5f621
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/simsoptpp/boozerresidual.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "simdhelpers.h"
#include "vec3dsimd.h"
#include "xtensor/xarray.hpp"
#include <omp.h>
#include "xtensor/xadapt.hpp"

#if __cplusplus >= 201703L
Expand All @@ -13,7 +12,6 @@
#define MYIF(c) if(c)
#endif

//#if false
#if defined(USE_XSIMD)
template<class T, int deriv> void boozer_residual_impl(double G, double iota, T& B, T& dB_dx, T& d2B_dx2, T& xphi, T& xtheta, T& dx_ds, T& dxphi_ds, T& dxtheta_ds, double& res, T& dres, T& d2res, size_t ndofs, bool weight_inv_modB){
int nphi = xphi.shape(0);
Expand Down

0 comments on commit 9e5f621

Please sign in to comment.