Skip to content

Commit

Permalink
fix non-Windows compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger committed Sep 17, 2024
1 parent 0e03826 commit 873c9e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void Mesh2PointMechanicalMapping<TIn, TOut>::init()

if (!l_topologicalMapping)
{
l_topologicalMapping.set(this->getContext()->get<Mesh2PointTopologicalMapping>());
l_topologicalMapping.set(this->getContext()->template get<Mesh2PointTopologicalMapping>());
if (!l_topologicalMapping)
{
msg_error() << "Cannot find a component " << l_topologicalMapping->getClassName() << " in the current context";
Expand Down

0 comments on commit 873c9e7

Please sign in to comment.