add using...
parent
63b643e0bf
commit
bd487ac1f6
|
@ -614,6 +614,8 @@ static GaussianFactorGraph read(const string& name) {
|
|||
/* ************************************************************************* */
|
||||
// Read from XML file
|
||||
TEST(SubgraphSolver, Solves) {
|
||||
using gtsam::example::planarGraph;
|
||||
|
||||
// Create preconditioner
|
||||
SubgraphPreconditioner system;
|
||||
|
||||
|
|
Loading…
Reference in New Issue