* added the eo features Continue/CheckOut/Stat to DO in order to dump distribution parameters and to have compatibility with eoMonitor/eoUpdater classes
This commit is contained in:
parent
963d59e706
commit
6d9134edbf
15 changed files with 251 additions and 116 deletions
|
|
@ -12,9 +12,8 @@ public:
|
|||
assert(_min.size() == _max.size());
|
||||
}
|
||||
|
||||
EOT& min(){return _min;}
|
||||
EOT& max(){return _max;}
|
||||
|
||||
EOT min(){return _min;}
|
||||
EOT max(){return _max;}
|
||||
|
||||
unsigned int size()
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue