From 027317b0f1e50d49ef01023d6853ea2dab63f55b Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 26 Jul 2010 13:58:46 +0000
Subject: [PATCH] have post

---
 Geo/Homology.cpp | 8 ++++++--
 Geo/Homology.h   | 1 -
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Geo/Homology.cpp b/Geo/Homology.cpp
index b04b8ffe84..debcba1a0a 100644
--- a/Geo/Homology.cpp
+++ b/Geo/Homology.cpp
@@ -5,9 +5,12 @@
 //
 // Contributed by Matti Pellikka <matti.pellikka@tut.fi>.
  
-
 #include "Homology.h"
 
+#if defined(HAVE_POST)
+#include "PView.h"
+#endif
+
 #if defined(HAVE_KBIPACK)
 
 Homology::Homology(GModel* model, std::vector<int> physicalDomain, 
@@ -594,9 +597,10 @@ int Chain::createPGroup()
   if(!data.empty()){
     _model->storeChain(getDim(), entityMap, physicalMap);
     _model->setPhysicalName(getName(), getDim(), physicalNum);
-    
+#if defined(HAVE_POST)    
     // create PView for visualization
     new PView(getName(), "ElementData", getGModel(), data, 0, 1);
+#endif
   }
    
   return physicalNum;
diff --git a/Geo/Homology.h b/Geo/Homology.h
index 24d8963f0d..9c75225296 100644
--- a/Geo/Homology.h
+++ b/Geo/Homology.h
@@ -13,7 +13,6 @@
 #include "ChainComplex.h"
 #include "OS.h"
 #include "GModel.h"
-#include "PView.h"
 #include "Options.h"
 
 #if defined(HAVE_KBIPACK)
-- 
GitLab