- remove left-overs from OpenMP
- replace omp_* calls with TBB equivalents
This commit is contained in:
Dennis Luxen
2014-05-22 18:24:11 +02:00
parent 20cbfd95d6
commit 6a03f13d55
8 changed files with 7 additions and 53 deletions
-1
View File
@@ -28,7 +28,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef PERCENT_H
#define PERCENT_H
#include "../Util/OpenMPWrapper.h"
#include <iostream>
#include <atomic>