Skip to content
Snippets Groups Projects
Commit d1863bb9 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

comm

parent c1e725b3
No related branches found
No related tags found
No related merge requests found
......@@ -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 += ", ";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment