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++) {