From bb39e336d7743d6b2c2052325c3fc9fefe681ed0 Mon Sep 17 00:00:00 2001
From: Matti Pellika <matti.pellikka@tut.fi>
Date: Wed, 30 Jan 2013 18:31:00 +0000
Subject: [PATCH]

---
 Geo/Chain.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Geo/Chain.h b/Geo/Chain.h
index b60e02b490..d3b6b1a486 100644
--- a/Geo/Chain.h
+++ b/Geo/Chain.h
@@ -508,7 +508,7 @@ void Chain<C>::addToModel(GModel* m, bool post,
 #if defined(HAVE_POST)
   if(post && CTX::instance()->batch == 0) {
     // create PView for instant visualization
-    std::string pnum = "";
+    /*std::string pnum = "";
     convert(physicalNum, pnum);
     std::string postname = pnum + ": " + _name;
     PView* view = new PView(postname, "ElementData", m, data, 0, 1);
@@ -518,7 +518,7 @@ void Chain<C>::addToModel(GModel* m, bool post,
     if(opt->tangents == 0) opt->tangents = size;
     if(opt->normals == 0) opt->normals = size;
     view->setOptions(opt);
-    //updateFltkTree();
+    updateFltkTree();*/
   }
 #endif
 }
-- 
GitLab