From 427068f9a23df0511047aa52eccfc5d2059fe667 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (l)" <j.wuttke@fz-juelich.de> Date: Thu, 9 Mar 2017 08:40:58 +0100 Subject: [PATCH] 55 binary refinements --- pub/lib/plot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub/lib/plot.cpp b/pub/lib/plot.cpp index 41b5570f..612e6695 100644 --- a/pub/lib/plot.cpp +++ b/pub/lib/plot.cpp @@ -303,7 +303,7 @@ int plot_curve_refine(CPlot* plot, const COlc* fc, int k, int j, int cstyle) // refinement loop: vector<CPt> pp; - for (int iref=0; iref<20 && pp.size() < plot->maxpoints; ++iref) { + for (int iref=0; iref<55 && pp.size() < plot->maxpoints; ++iref) { vector<CPt> pn = x2p(xn); pp = triv::merge_sorted(pp, pn, pt_order); xn.clear(); -- GitLab