Skip to content
Snippets Groups Projects
Commit d9b2a076 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[T] make test comply with strict checking

parent ca1e4a1b
No related branches found
No related tags found
No related merge requests found
...@@ -204,8 +204,6 @@ void checkLinearSolverInterface(T_MATRIX& A, T_VECTOR& b, ...@@ -204,8 +204,6 @@ void checkLinearSolverInterface(T_MATRIX& A, T_VECTOR& b,
TEST(MathLib, CheckInterface_GaussAlgorithm) TEST(MathLib, CheckInterface_GaussAlgorithm)
{ {
boost::property_tree::ptree t_root; boost::property_tree::ptree t_root;
boost::property_tree::ptree t_solver;
t_root.put_child("ogs", t_solver);
BaseLib::ConfigTreeNew conf(t_root); BaseLib::ConfigTreeNew conf(t_root);
using Example = Example1<std::size_t>; using Example = Example1<std::size_t>;
......
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