* eoParallel: added a missing attribute

This commit is contained in:
Caner Candan 2011-01-27 14:41:17 +01:00
commit db4eda2de5

View file

@ -63,6 +63,7 @@ private:
eoValueParam<bool> _isEnabled;
eoValueParam<bool> _isDynamic;
eoValueParam<std::string> _prefix;
eoValueParam<unsigned int> _nthreads;
};
void make_parallel(eoParser&);