fix compilation on mac; openmp issues and an unneeded typename

This commit is contained in:
Emil Tin
2011-11-26 16:42:15 +01:00
parent f10bf842c6
commit f511af0f0c
10 changed files with 21 additions and 38 deletions
+1 -3
View File
@@ -22,9 +22,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
#define PERCENT_H
#include <iostream>
#ifdef _OPENMP
#include <omp.h>
#endif
class Percent
{