From d1863bb9c50eea05401f84350627905edfdcc718 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (laptop)" <j.wuttke@fz-juelich.de> Date: Fri, 12 Mar 2010 10:17:35 +0100 Subject: [PATCH] comm --- pub/src/dualplot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub/src/dualplot.cpp b/pub/src/dualplot.cpp index 0c8138b1..56a0bcd0 100644 --- a/pub/src/dualplot.cpp +++ b/pub/src/dualplot.cpp @@ -397,7 +397,7 @@ void CPlot::addScan( bool as_line, int style_no, if ( np!=yp.size() ) throw string( "PROG ERR NPLot::Line x.size<>y.size" ); - // Data to tmp file: + // Prepare for live display, to be shown by showScans(): string gp_fnam = str( format( "/tmp/%s-%d-%03d.gnu" ) % getenv("LOGNAME") % iPlot % gp_fno++ ); if (gp_fnames!="") gp_fnames += ", "; -- GitLab