aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-04-18 07:57:46 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-04-18 07:57:46 +0000
commit6ae037dfb5b340d2d545ccbb4135b04903a2e44f (patch)
tree382dbc8f4e8e85cfc2f40c49b61ec996ad014d24 /Eigen/Core
parentacfd6f3bdad9f7a690f4fd860a637f1f488e619c (diff)
give up on OpenMP... for now
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core7
1 files changed, 0 insertions, 7 deletions
diff --git a/Eigen/Core b/Eigen/Core
index 6a315b09f..24dc37145 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -10,13 +10,6 @@
#endif
#endif
-#ifndef EIGEN_DONT_PARALLELIZE
-#ifdef _OPENMP
-#define EIGEN_USE_OPENMP
-#include <omp.h>
-#endif
-#endif
-
#include <cstdlib>
#include <cmath>
#include <complex>