Fixed warning
parent
89e6d2f1e8
commit
25bd93359a
|
|
@ -265,11 +265,6 @@ HessianFactor::HessianFactor(const GaussianFactor& gf) :
|
|||
}
|
||||
}
|
||||
|
||||
/* ************************************************************************* */
|
||||
namespace {
|
||||
DenseIndex _dimFromScatterEntry(const Scatter::value_type& key_slotentry) {
|
||||
return key_slotentry.second.dimension; } }
|
||||
|
||||
/* ************************************************************************* */
|
||||
HessianFactor::HessianFactor(const GaussianFactorGraph& factors,
|
||||
boost::optional<const Scatter&> scatter)
|
||||
|
|
|
|||
Loading…
Reference in New Issue