From 53c55d87a93185e4230d0734439afc5354a50f8c Mon Sep 17 00:00:00 2001 From: Peter Schaefer Date: Fri, 3 Aug 2012 01:33:34 +0200 Subject: [PATCH] [src] mex omp entfernt --- src/mex_build_V.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mex_build_V.cpp b/src/mex_build_V.cpp index 3ad38d1..6f5d9dc 100644 --- a/src/mex_build_V.cpp +++ b/src/mex_build_V.cpp @@ -48,9 +48,11 @@ void evalInte(double* A, double* C, double * E, int cm, int em, int j, int k, } void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) { + /* mexPrintf("%d",omp_get_max_threads()); omp_set_num_threads(3); mexPrintf("%d",omp_get_num_threads()); + */ int j, k; //Schleifenindizes int count; -- 2.47.3