Skip to content

Commit

Permalink
include pybind11/eigen.h within the renaming block
Browse files Browse the repository at this point in the history
related to #619
  • Loading branch information
j042 committed Aug 16, 2023
1 parent 87b3db9 commit 54fe213
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/gsCore/gsLinearAlgebra.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@
// PaStiX
//#include <gsEigen/PaStiXSupport>

#ifdef GISMO_WITH_PYBIND11
#include <pybind11/eigen.h>
#endif

#undef Eigen
#undef eigen_assert
#undef EIGEN_MATRIXBASE_PLUGIN
#undef EIGEN_PLAINOBJECTBASE_PLUGIN


#ifdef GISMO_WITH_PYBIND11
#include <pybind11/eigen.h>
#endif

namespace gismo
{

Expand Down

0 comments on commit 54fe213

Please sign in to comment.