fix back some errors inserted by previous refactoring
- move PBIL classes in deprecated/, superseeded by the EDO module
This commit is contained in:
parent
aa5dbe82c6
commit
646f20934e
17 changed files with 30 additions and 30 deletions
|
|
@ -79,7 +79,7 @@ public:
|
|||
_is >> rate;
|
||||
if ( _is ) {
|
||||
eoOp<eoClass>* op = operatorFactory.make( _is ); // This reads the rest of the line
|
||||
// Add the operators to the selector, don<EFBFBD>t pay attention to the IDs
|
||||
// Add the operators to the selector, don't pay attention to the IDs
|
||||
opSelectorP->addOp( *op, rate );
|
||||
// Keep it in the store, to destroy later
|
||||
tmpPVec.push_back( op );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue