Skip to content

Commit 2869a70

Browse files
committed
default argument for ordering in wrapper
1 parent bbceb7a commit 2869a70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gtsam/hybrid/hybrid.i

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,8 @@ class HybridSmoother {
288288
std::optional<size_t> maxNrLeaves = std::nullopt,
289289
const std::optional<gtsam::Ordering> given_ordering = std::nullopt);
290290

291-
void relinearize(const std::optional<gtsam::Ordering> givenOrdering);
291+
void relinearize(
292+
const std::optional<gtsam::Ordering> givenOrdering = std::nullopt);
292293

293294
gtsam::Values linearizationPoint() const;
294295
gtsam::HybridNonlinearFactorGraph allFactors() const;

0 commit comments

Comments
 (0)