fix return type
parent
4ff70141f8
commit
b39b20084a
|
@ -484,7 +484,7 @@ double DiscreteConditional::evaluate(const Assignment<Key>& values) const {
|
|||
}
|
||||
|
||||
/* ************************************************************************* */
|
||||
double DiscreteConditional::setData(const DiscreteConditional::shared_ptr& dc) {
|
||||
void DiscreteConditional::setData(const DiscreteConditional::shared_ptr& dc) {
|
||||
this->root_ = dc->root_;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue