Skip to content
Snippets Groups Projects
Commit 3f9bcb78 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[NL] Remove Eigen alignment from shape matrices.

The Eigen alignment is not used anywhere else and so far the code runs fine w/o
this alignment.
Between the decisions to add Eigen alignment for all Eigen-containing structs
and containers or remove completely the latter is easier.
parent 540983e3
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,6 @@
#include <ostream>
#include <Eigen/Eigen>
namespace NumLib
{
......@@ -104,8 +102,6 @@ struct ShapeMatrices
*/
void write (std::ostream& out) const;
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
}; // ShapeMatrices
......
......@@ -155,9 +155,6 @@ class NumLibFemIsoTest : public ::testing::Test, public T::TestFeType
std::vector<const MeshLib::Node*> vec_nodes;
std::vector<const MeshElementType*> vec_eles;
MeshElementType* mesh_element;
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW // required to use fixed size Eigen matrices
}; // NumLibFemIsoTest
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