Skip to content
Snippets Groups Projects
Commit e49f28dd authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[test][freeflow] Call template function with <> in loadSolution()

* clang won't compile otherwise
parent 8b1205e1
No related branches found
No related tags found
1 merge request!1188Fix clang compiler errors
......@@ -150,7 +150,7 @@ int main(int argc, char** argv) try
auto fileNameFace = getParamFromGroup<std::string>("Face", "Restart.File");
loadSolution(x[FVGridGeometry::faceIdx()], fileNameFace,
ModelTraits::primaryVariableNameFace, *fvGridGeometry);
ModelTraits::primaryVariableNameFace<>, *fvGridGeometry);
}
else
problem->applyInitialSolution(x);
......
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