From 378fd7bb5eaa3d56c599711eb2b2cbde929a05b8 Mon Sep 17 00:00:00 2001 From: wcancino Date: Wed, 4 Mar 2009 14:50:28 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1473 331e1502-861f-0410-8da2-ba01fb791d7f --- contribution/branches/PhyloMOEA/PhyloMOEA/testomp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contribution/branches/PhyloMOEA/PhyloMOEA/testomp.cpp b/contribution/branches/PhyloMOEA/PhyloMOEA/testomp.cpp index 965c3f6f7..b1af175fb 100644 --- a/contribution/branches/PhyloMOEA/PhyloMOEA/testomp.cpp +++ b/contribution/branches/PhyloMOEA/PhyloMOEA/testomp.cpp @@ -26,7 +26,7 @@ #include #include #include - +#include #include #include @@ -76,7 +76,7 @@ int main(int argc, char *argv[]) gettimeofday(&tempo1, NULL); - //cout << " Number of processors available:" << omp_get_num_procs() << " MAX Number of threads " << omp_get_max_threads() << endl; + cout << " Number of processors available:" << omp_get_num_procs() << " MAX Number of threads " << omp_get_max_threads() << endl; for(int i=0; i < population.size(); i++) {