Changed obscure comment into more detailed one
This commit is contained in:
parent
ce5f9c0528
commit
511dc26623
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ inline void eoGnuplot1DMonitor::FirstPlot()
|
||||||
{
|
{
|
||||||
if (vec.size() < 2)
|
if (vec.size() < 2)
|
||||||
{
|
{
|
||||||
throw runtime_error("Must have some stats to plot!\n");
|
throw runtime_error("eoGnuplot1DMonitor needs at least 2 stats (X and Y)!\n");
|
||||||
}
|
}
|
||||||
char buff[1024];
|
char buff[1024];
|
||||||
ostrstream os(buff, 1024);
|
ostrstream os(buff, 1024);
|
||||||
|
|
|
||||||
Reference in a new issue