Skip to content

Commit a946855

Browse files
(core) fix return-type
1 parent 6cd00cd commit a946855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wire_core/src/core/PropertySet.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ void PropertySet::reset() {
116116

117117
const pbl::PDF& PropertySet::getValue() const {
118118
assert(false);
119+
return pbl::PDF(0, pbl::PDF::UNKNOWN);
119120
}
120121

121122
double PropertySet::getLikelihood(const PropertySet& P) const {

0 commit comments

Comments
 (0)