From d1d4e1427b6b58e4d53cde86dfb30d04df129260 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 26 Jul 2010 14:05:19 +0000 Subject: [PATCH] have post --- Solver/elasticitySolver.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Solver/elasticitySolver.cpp b/Solver/elasticitySolver.cpp index 0479433191..cf6c0b4f5c 100644 --- a/Solver/elasticitySolver.cpp +++ b/Solver/elasticitySolver.cpp @@ -625,25 +625,25 @@ PView *elasticitySolver::buildVonMisesView(const std::string postFileName) #else -PView* elasticitySolver::buildDisplacementView(const std::string &postFileName) +PView* elasticitySolver::buildDisplacementView(const std::string postFileName) { Msg::Error("Post-pro module not available"); return 0; } -PView* elasticitySolver::buildLagrangeMultiplierView (const std::string &postFileName) +PView* elasticitySolver::buildLagrangeMultiplierView (const std::string postFileName) { Msg::Error("Post-pro module not available"); return 0; } -PView* elasticitySolver::buildElasticEnergyView(const std::string &postFileName) +PView* elasticitySolver::buildElasticEnergyView(const std::string postFileName) { Msg::Error("Post-pro module not available"); return 0; } -PView* elasticitySolver::buildVonMisesView(const std::string &postFileName) +PView* elasticitySolver::buildVonMisesView(const std::string postFileName) { Msg::Error("Post-pro module not available"); return 0; -- GitLab