Skip to content

Commit f394fb0

Browse files
Merge branch 'borglab:develop' into develop
2 parents 07fd63d + f4a7951 commit f394fb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gtsam/3rdparty/metis/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0)
1+
cmake_minimum_required(VERSION 3.5)
22
project(METIS)
33

44
# Add flags for currect directory and below

gtsam/discrete/discrete.i

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ class DiscreteBayesTree {
288288
const DiscreteBayesTreeClique* clique(size_t j) const;
289289
size_t numCachedSeparatorMarginals() const;
290290

291-
gtsam::DiscreteConditional marginalFactor(size_t key) const;
291+
gtsam::DiscreteConditional* marginalFactor(size_t key) const;
292292
gtsam::DiscreteFactorGraph* joint(size_t j1, size_t j2) const;
293293
gtsam::DiscreteBayesNet* jointBayesNet(size_t j1, size_t j2) const;
294294

@@ -369,7 +369,7 @@ class DiscreteFactorGraph {
369369
void print(string s = "") const;
370370
bool equals(const gtsam::DiscreteFactorGraph& fg, double tol = 1e-9) const;
371371

372-
gtsam::DecisionTreeFactor product() const;
372+
gtsam::DiscreteFactor* product() const;
373373
double operator()(const gtsam::DiscreteValues& values) const;
374374
gtsam::DiscreteValues optimize() const;
375375

0 commit comments

Comments
 (0)