From f57c0a62686b3f70f9999a63ebcaca7ecafec3c5 Mon Sep 17 00:00:00 2001 From: p-zach Date: Sun, 6 Apr 2025 16:20:09 -0400 Subject: [PATCH] Fix wrapper interface error from typo --- gtsam/nonlinear/nonlinear.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/nonlinear/nonlinear.i b/gtsam/nonlinear/nonlinear.i index ef2a7218d..c13defbad 100644 --- a/gtsam/nonlinear/nonlinear.i +++ b/gtsam/nonlinear/nonlinear.i @@ -731,7 +731,7 @@ virtual class BatchFixedLagSmoother : gtsam::FixedLagSmoother { VALUE calculateEstimate(size_t key) const; }; -#include +#include virtual class IncrementalFixedLagSmoother : gtsam::FixedLagSmoother { IncrementalFixedLagSmoother(); IncrementalFixedLagSmoother(double smootherLag);