* a little update tu be compatible with gnuplot

This commit is contained in:
Caner Candan 2011-01-06 09:16:01 +01:00
commit 7357e2a54f

View file

@ -59,7 +59,7 @@ void apply(eoUF<EOT&, void>& _proc, std::vector<EOT>& _pop)
double t2 = omp_get_wtime();
eoLogger log;
log << eo::file(eo::parallel.prefix()) << t2 - t1 << ' ';
log << eo::file(eo::parallel.prefix()) << t2 - t1 << std::endl;
}
/**