Skip to content
Snippets Groups Projects
Commit 562f8c8a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix compile wo post

parent 0d135b48
No related branches found
No related tags found
No related merge requests found
...@@ -715,6 +715,11 @@ PView* elasticitySolver::buildVonMisesView(const std::string postFileName) ...@@ -715,6 +715,11 @@ PView* elasticitySolver::buildVonMisesView(const std::string postFileName)
Msg::Error("Post-pro module not available"); Msg::Error("Post-pro module not available");
return 0; return 0;
} }
PView* elasticitySolver::buildStressesView (const std::string postFileName)
{
Msg::Error("Post-pro module not available");
return 0;
}
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment