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&);