Fixing compile issue in SubgraphPreconditioner.h

release/4.3a0
Alex Cunningham 2010-01-19 13:29:40 +00:00
parent 3806125096
commit fbee0bd749
1 changed files with 1 additions and 1 deletions

View File

@ -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> ordering() const { return ordering_; }