From 4bfad5d1dbc0dea4a7f7b58303a7b7e5c3b740b1 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (laptop)" <j.wuttke@fz-juelich.de> Date: Fri, 16 Sep 2011 07:58:44 +0200 Subject: [PATCH] corr \n's --- pub/src/dualplot.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pub/src/dualplot.cpp b/pub/src/dualplot.cpp index 89f85f63..6b51aedb 100644 --- a/pub/src/dualplot.cpp +++ b/pub/src/dualplot.cpp @@ -229,7 +229,6 @@ void CPlot::addSpec( bool as_line, int style_no, if( !nout ) throw "no points in frame: " + info; - // Postscript copy: snprintf( outlin, mLin, "\n%3u [", ++ps_snum ); ps_accu.push_back( outlin ); @@ -259,6 +258,7 @@ void CPlot::addSpec( bool as_line, int style_no, } } + //! Live display as prepared by addSpec. void CPlot::showSpecs() @@ -388,6 +388,7 @@ namespace NPloWin { void initialize(); }; + //! Initialize plot windows. void NPloWin::initialize() -- GitLab