From fbee0bd74945f818045abda364c001cb86cf3aed Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Tue, 19 Jan 2010 13:29:40 +0000 Subject: [PATCH] Fixing compile issue in SubgraphPreconditioner.h --- cpp/SubgraphPreconditioner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/SubgraphPreconditioner.h b/cpp/SubgraphPreconditioner.h index 89e99d851..bdd61d329 100644 --- a/cpp/SubgraphPreconditioner.h +++ b/cpp/SubgraphPreconditioner.h @@ -93,7 +93,7 @@ namespace gtsam { // kai: this constructor is for compatible with Factorization SubgraphPCG() { throw std::runtime_error("SubgraphPCG: this constructor is only for compatibility!");} - SubgraphPCG(const G& G, const T& config); + SubgraphPCG(const G& g, const T& config); boost::shared_ptr ordering() const { return ordering_; }