From cbdb95d61b8f758289655337c12428eff9894ddf Mon Sep 17 00:00:00 2001 From: babrodtk Date: Thu, 27 Aug 2015 16:37:49 +0200 Subject: [PATCH] Removed opm statements which did not belong there --- opm/autodiff/fastSparseProduct.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/opm/autodiff/fastSparseProduct.hpp b/opm/autodiff/fastSparseProduct.hpp index 4fa2f7527..c5ba0defe 100644 --- a/opm/autodiff/fastSparseProduct.hpp +++ b/opm/autodiff/fastSparseProduct.hpp @@ -151,7 +151,6 @@ inline void fastDiagSparseProduct(// const Eigen::DiagonalMatrix::InnerIterator It; for (It it(res, col); it; ++it) { @@ -172,7 +171,6 @@ inline void fastSparseDiagProduct(const Eigen::SparseMatrix& lhs, // Multiply columns by diagonal rhs. int n = res.cols(); -#pragma omp parallel for for (int col = 0; col < n; ++col) { typedef Eigen::SparseMatrix::InnerIterator It; for (It it(res, col); it; ++it) {