From 7357e2a54f31efacc692ee79c05290df91ea93d4 Mon Sep 17 00:00:00 2001 From: Caner Candan Date: Thu, 6 Jan 2011 09:16:01 +0100 Subject: [PATCH] * a little update tu be compatible with gnuplot --- eo/src/apply.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/apply.h b/eo/src/apply.h index cb46c11d..175ce51d 100644 --- a/eo/src/apply.h +++ b/eo/src/apply.h @@ -59,7 +59,7 @@ void apply(eoUF& _proc, std::vector& _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; } /**