Skip to content

Commit cf48f73

Browse files
committed
(core) fix return-type
1 parent 3330fdd commit cf48f73

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
@@ -115,6 +115,7 @@ void PropertySet::reset() {
115115

116116
const pbl::PDF& PropertySet::getValue() const {
117117
assert(false);
118+
return pbl::PDF(0, pbl::PDF::UNKNOWN);
118119
}
119120

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

0 commit comments

Comments
 (0)