add return

release/4.3a0
Varun Agrawal 2024-12-10 11:10:25 -05:00
parent 372b133366
commit 62008fc995
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ namespace gtsam {
// Normalize the product factor to prevent underflow.
product = product / (*normalization);
return product;
}
/* ************************************************************************ */