Doing libes.a in src/es and adding t-eoReal.cpp in test

I had to move eoRealBounds to utils dir because of global objects
Some domino consequences here and there ...
This commit is contained in:
evomarc 2001-04-26 15:24:53 +00:00
commit 4968d64b05
19 changed files with 120 additions and 25 deletions

View file

@ -103,7 +103,7 @@ inline void eoGnuplot1DMonitor::FirstPlot()
{
if (vec.size() < 2)
{
throw runtime_error("eoGnuplot1DMonitor needs at least 2 stats (X and Y)!\n");
throw runtime_error("Must have some stats to plot!\n");
}
char buff[1024];
ostrstream os(buff, 1024);