From a3dda50b8fc25f6e9dc0ac77ee4aa371e0d8e73a Mon Sep 17 00:00:00 2001 From: Caner Candan Date: Thu, 27 Jan 2011 10:30:40 +0100 Subject: [PATCH] added measure into apply function Conflicts: eo/src/apply.h --- eo/src/apply.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eo/src/apply.h b/eo/src/apply.h index bba8adc8..9e112cdc 100644 --- a/eo/src/apply.h +++ b/eo/src/apply.h @@ -40,9 +40,8 @@ template void apply(eoUF& _proc, std::vector& _pop) { - size_t size = _pop.size(); - double t1 = omp_get_wtime(); + size_t size = _pop.size(); if (!eo::parallel.isDynamic()) {