From 562f8c8a30e9cc5c71373722cfde127278526775 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 19 Nov 2010 06:37:19 +0000
Subject: [PATCH] fix compile wo post

---
 Solver/elasticitySolver.cpp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Solver/elasticitySolver.cpp b/Solver/elasticitySolver.cpp
index 72ace8fd31..633f97a7fb 100644
--- a/Solver/elasticitySolver.cpp
+++ b/Solver/elasticitySolver.cpp
@@ -715,6 +715,11 @@ PView* elasticitySolver::buildVonMisesView(const std::string postFileName)
   Msg::Error("Post-pro module not available");
   return 0;
 }
+PView* elasticitySolver::buildStressesView (const std::string postFileName)
+{
+  Msg::Error("Post-pro module not available");
+  return 0;
+}
 #endif
 
 
-- 
GitLab