From db4eda2de527dcc026d1080990c4c294c24d506a Mon Sep 17 00:00:00 2001 From: Caner Candan Date: Thu, 27 Jan 2011 14:41:17 +0100 Subject: [PATCH] * eoParallel: added a missing attribute --- eo/src/utils/eoParallel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/eo/src/utils/eoParallel.h b/eo/src/utils/eoParallel.h index 2ce9ea47..79cedfda 100644 --- a/eo/src/utils/eoParallel.h +++ b/eo/src/utils/eoParallel.h @@ -63,6 +63,7 @@ private: eoValueParam _isEnabled; eoValueParam _isDynamic; eoValueParam _prefix; + eoValueParam _nthreads; }; void make_parallel(eoParser&);