Skip to content
Snippets Groups Projects
Commit 0016e38d authored by Dmitri Naumov's avatar Dmitri Naumov Committed by Tom Fischer
Browse files

[MeL] Includes and fwd. decls in ElementCoordMapp.

parent 61de7c3e
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,10 @@
#include "GeoLib/AnalyticalGeometry.h"
#include "MathLib/MathTools.h"
#include "MeshLib/Elements/Element.h"
#include "MeshLib/Node.h"
#include "MathLib/MathTools.h"
#include "MathLib/Vector3.h"
namespace MeshLib
{
......
......@@ -13,17 +13,21 @@
#ifdef OGS_USE_EIGEN
#include <Eigen/Eigen>
#else
#include "MathLib/LinAlg/Dense/DenseMatrix.h"
#endif
#include "MathLib/Vector3.h"
#include "MathLib/LinAlg/Dense/DenseMatrix.h"
#include "MathLib/Point3d.h"
#include "MeshLib/Elements/Element.h"
#include "MeshLib/CoordinateSystem.h"
namespace MeshLib
{
class Element;
}
namespace MeshLib
{
#ifdef OGS_USE_EIGEN
typedef Eigen::Matrix<double, 3u, 3u, Eigen::RowMajor> RotationMatrix;
#else
......
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