From d9b2a076beeea205b4f1a1771926e0753082cbb9 Mon Sep 17 00:00:00 2001 From: Christoph Lehmann <christoph.lehmann@ufz.de> Date: Fri, 8 Jan 2016 16:14:59 +0100 Subject: [PATCH] [T] make test comply with strict checking --- Tests/MathLib/TestLinearSolver.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tests/MathLib/TestLinearSolver.cpp b/Tests/MathLib/TestLinearSolver.cpp index 7f3f9f6fc90..9de70b1e7d3 100644 --- a/Tests/MathLib/TestLinearSolver.cpp +++ b/Tests/MathLib/TestLinearSolver.cpp @@ -204,8 +204,6 @@ void checkLinearSolverInterface(T_MATRIX& A, T_VECTOR& b, TEST(MathLib, CheckInterface_GaussAlgorithm) { boost::property_tree::ptree t_root; - boost::property_tree::ptree t_solver; - t_root.put_child("ogs", t_solver); BaseLib::ConfigTreeNew conf(t_root); using Example = Example1<std::size_t>; -- GitLab