From 6024b2a20fa059f4c650a2076b86859d1148ec98 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de>
Date: Wed, 22 Mar 2017 14:03:57 +0100
Subject: [PATCH] only now the refinement loop over linear point suppressoion
 works

---
 pub/lib/plot.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pub/lib/plot.cpp b/pub/lib/plot.cpp
index aaa6abec..43d23ce1 100644
--- a/pub/lib/plot.cpp
+++ b/pub/lib/plot.cpp
@@ -386,6 +386,7 @@ namespace {
             if (po.size()==nout)
                 break;
             nout = po.size();
+            pp = po;
         }
 
         // divide into segments
-- 
GitLab