Skip to content
Snippets Groups Projects
Commit b7d77828 authored by cont-integration's avatar cont-integration
Browse files

[skip ci] applied clang format

parent eb565d37
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #21354 skipped
......@@ -140,7 +140,7 @@ TEST(SolverManagerFactories, autoSetupNodeUpperLevel)
params["solver"]["verbose"] = 0;
params["solver"]["compute_cov"] = false;
auto solver_ptr = SolverManager::autoSetup(problem, params, {wolf_dir});
auto solver_ptr = SolverManager::autoSetup(problem, params, {wolf_dir});
// check pointers
EXPECT_EQ(problem, solver_ptr->getProblem());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment