add using...

release/4.3a0
Frank Dellaert 2022-02-16 16:12:47 -05:00 committed by GitHub
parent 63b643e0bf
commit bd487ac1f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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