Skip to content
Snippets Groups Projects
Commit 293863ad authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge branch 'fix_unit_test' into 'master'

[UnitTest] Fixed the bug in NumLibNaturalCoordinates

See merge request !3836
parents 447956ee 19d85039
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,8 @@ using Node = MeshLib::Node;
template <typename ShapeFunction, int GlobalDim>
bool test(MeshLib::Element const& element)
{
using ShapeMatricesType = ShapeMatrixPolicyType<ShapeFunction, GlobalDim>;
using ShapeMatricesType =
ShapeMatrixPolicyType<ShapeFunction, ShapeFunction::DIM>;
// Test if the cast is possible.
bool const dynamic_cast_failed =
......
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