From 511dc266233409ee8d5a0c18cc4bd242cd45a0e8 Mon Sep 17 00:00:00 2001 From: evomarc Date: Tue, 24 Apr 2001 09:42:01 +0000 Subject: [PATCH] Changed obscure comment into more detailed one --- eo/src/utils/eoGnuplot1DMonitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/utils/eoGnuplot1DMonitor.h b/eo/src/utils/eoGnuplot1DMonitor.h index e7550875..ac5bfc80 100644 --- a/eo/src/utils/eoGnuplot1DMonitor.h +++ b/eo/src/utils/eoGnuplot1DMonitor.h @@ -103,7 +103,7 @@ inline void eoGnuplot1DMonitor::FirstPlot() { 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]; ostrstream os(buff, 1024);