From 68159fb5e438b643ef99f46e3f99e44fd9390503 Mon Sep 17 00:00:00 2001 From: Manohar Paluri Date: Sat, 2 Jan 2010 20:24:59 +0000 Subject: [PATCH] corrected SubgraphPreconditioner case --- cpp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/Makefile.am b/cpp/Makefile.am index bbd965ef0..3cd0d8ac9 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -112,7 +112,7 @@ testGaussianBayesNet_LDADD = libgtsam.la # Iterative Methods headers += iterative-inl.h -sources += iterative.cpp BayesNetPreconditioner.cpp subgraphPreconditioner.cpp +sources += iterative.cpp BayesNetPreconditioner.cpp SubgraphPreconditioner.cpp check_PROGRAMS += testIterative testBayesNetPreconditioner testSubgraphPreconditioner testIterative_SOURCES = $(example) testIterative.cpp testIterative_LDADD = libgtsam.la