corrected SubgraphPreconditioner case

release/4.3a0
Manohar Paluri 2010-01-02 20:24:59 +00:00
parent f82b46f96c
commit 68159fb5e4
1 changed files with 1 additions and 1 deletions

View File

@ -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