Skip to content
Snippets Groups Projects
Commit f1bdcb91 authored by Simon Tournier's avatar Simon Tournier
Browse files

fix undefined reference to ElasticAnalogy(GModel*, bool)

parent 79521050
No related branches found
No related tags found
No related merge requests found
...@@ -817,7 +817,7 @@ void highOrderTools::makePosViewWithJacobians (const char *fn) ...@@ -817,7 +817,7 @@ void highOrderTools::makePosViewWithJacobians (const char *fn)
#else #else
void ElasticAnalogy(GModel *m, double threshold, bool onlyVisible) void ElasticAnalogy(GModel *m, bool onlyVisible)
{ {
Msg::Error("Elastic analogy high-order optimzer requires the solver module"); Msg::Error("Elastic analogy high-order optimzer requires the solver module");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment