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

have post

parent ebeb8263
Branches
Tags
No related merge requests found
...@@ -625,25 +625,25 @@ PView *elasticitySolver::buildVonMisesView(const std::string postFileName) ...@@ -625,25 +625,25 @@ PView *elasticitySolver::buildVonMisesView(const std::string postFileName)
#else #else
PView* elasticitySolver::buildDisplacementView(const std::string &postFileName) PView* elasticitySolver::buildDisplacementView(const std::string postFileName)
{ {
Msg::Error("Post-pro module not available"); Msg::Error("Post-pro module not available");
return 0; return 0;
} }
PView* elasticitySolver::buildLagrangeMultiplierView (const std::string &postFileName) PView* elasticitySolver::buildLagrangeMultiplierView (const std::string postFileName)
{ {
Msg::Error("Post-pro module not available"); Msg::Error("Post-pro module not available");
return 0; return 0;
} }
PView* elasticitySolver::buildElasticEnergyView(const std::string &postFileName) PView* elasticitySolver::buildElasticEnergyView(const std::string postFileName)
{ {
Msg::Error("Post-pro module not available"); Msg::Error("Post-pro module not available");
return 0; return 0;
} }
PView* elasticitySolver::buildVonMisesView(const std::string &postFileName) 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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment