From 8a5fe77a1d72ddfd054fadc742dc7663626cf7e7 Mon Sep 17 00:00:00 2001
From: Matti Pellika <matti.pellikka@tut.fi>
Date: Fri, 1 Feb 2013 21:39:05 +0000
Subject: [PATCH]

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

diff --git a/Geo/Chain.h b/Geo/Chain.h
index c3d3766432..ea2c364be0 100644
--- a/Geo/Chain.h
+++ b/Geo/Chain.h
@@ -501,15 +501,15 @@ 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 = convertInt(physicalNum);
-    std::string postname = pnum + ": " + _name;
+    //std::string pnum = convertInt(physicalNum);
+    std::string postname = /*pnum + ": " +*/ _name;
     PView* view = new PView(postname, "ElementData", m, data, 0, 1);
     // the user should be interested about the orientations
-    /*int size = 30;
+    int size = 30;
     PViewOptions* opt = view->getOptions();
     if(opt->tangents == 0) opt->tangents = size;
     if(opt->normals == 0) opt->normals = size;
-    view->setOptions(opt);*/
+    view->setOptions(opt);
     updateFltkTree();
   }
 #endif
-- 
GitLab