remove override from TableFactor definition
parent
75a4e98715
commit
700ad2bae3
|
@ -256,7 +256,7 @@ DecisionTreeFactor TableFactor::operator*(const DecisionTreeFactor& f) const {
|
|||
|
||||
/* ************************************************************************ */
|
||||
DiscreteFactor::shared_ptr TableFactor::multiply(
|
||||
const DiscreteFactor::shared_ptr& f) const override {
|
||||
const DiscreteFactor::shared_ptr& f) const {
|
||||
DiscreteFactor::shared_ptr result;
|
||||
if (auto tf = std::dynamic_pointer_cast<TableFactor>(f)) {
|
||||
result = std::make_shared<TableFactor>(this->operator*(*tf));
|
||||
|
|
Loading…
Reference in New Issue