corrected SubgraphPreconditioner case
parent
f82b46f96c
commit
68159fb5e4
|
@ -112,7 +112,7 @@ testGaussianBayesNet_LDADD = libgtsam.la
|
||||||
|
|
||||||
# Iterative Methods
|
# Iterative Methods
|
||||||
headers += iterative-inl.h
|
headers += iterative-inl.h
|
||||||
sources += iterative.cpp BayesNetPreconditioner.cpp subgraphPreconditioner.cpp
|
sources += iterative.cpp BayesNetPreconditioner.cpp SubgraphPreconditioner.cpp
|
||||||
check_PROGRAMS += testIterative testBayesNetPreconditioner testSubgraphPreconditioner
|
check_PROGRAMS += testIterative testBayesNetPreconditioner testSubgraphPreconditioner
|
||||||
testIterative_SOURCES = $(example) testIterative.cpp
|
testIterative_SOURCES = $(example) testIterative.cpp
|
||||||
testIterative_LDADD = libgtsam.la
|
testIterative_LDADD = libgtsam.la
|
||||||
|
|
Loading…
Reference in New Issue