remove virtual

release/4.3a0
Varun Agrawal 2024-09-21 03:09:00 -04:00
parent 939fdcc720
commit 4c82248004
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ class GTSAM_EXPORT HybridConditional
* @return AlgebraicDecisionTree<Key> A decision tree with the same keys
* as the conditionals involved, and leaf values as the error.
*/
virtual AlgebraicDecisionTree<Key> errorTree(
AlgebraicDecisionTree<Key> errorTree(
const VectorValues& values) const override;
/// Return the log-probability (or density) of the underlying conditional.

View File

@ -148,7 +148,7 @@ class GTSAM_EXPORT HybridGaussianFactor : public HybridFactor {
* @return AlgebraicDecisionTree<Key> A decision tree with the same keys
* as the factors involved, and leaf values as the error.
*/
virtual AlgebraicDecisionTree<Key> errorTree(
AlgebraicDecisionTree<Key> errorTree(
const VectorValues &continuousValues) const override;
/**