Skip to content
Snippets Groups Projects
Commit 29abfea1 authored by Dmitri Naumov's avatar Dmitri Naumov Committed by GitHub
Browse files

Merge pull request #1250 from endJunction/RemoveEigenAlignment

[NL] Remove Eigen alignment from shape matrices.
parents 540983e3 3f9bcb78
No related branches found
No related tags found
No related merge requests found
...@@ -15,8 +15,6 @@ ...@@ -15,8 +15,6 @@
#include <ostream> #include <ostream>
#include <Eigen/Eigen>
namespace NumLib namespace NumLib
{ {
...@@ -104,8 +102,6 @@ struct ShapeMatrices ...@@ -104,8 +102,6 @@ struct ShapeMatrices
*/ */
void write (std::ostream& out) const; void write (std::ostream& out) const;
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
}; // ShapeMatrices }; // ShapeMatrices
......
...@@ -155,9 +155,6 @@ class NumLibFemIsoTest : public ::testing::Test, public T::TestFeType ...@@ -155,9 +155,6 @@ class NumLibFemIsoTest : public ::testing::Test, public T::TestFeType
std::vector<const MeshLib::Node*> vec_nodes; std::vector<const MeshLib::Node*> vec_nodes;
std::vector<const MeshElementType*> vec_eles; std::vector<const MeshElementType*> vec_eles;
MeshElementType* mesh_element; MeshElementType* mesh_element;
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW // required to use fixed size Eigen matrices
}; // NumLibFemIsoTest }; // NumLibFemIsoTest
template <class T> template <class T>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment