diff --git a/test/timestepping/test_timestepmethods.cc b/test/timestepping/test_timestepmethods.cc index f5baf1eee1c66211a12d458c573cb59a1a95fdaf..145b79aaf9c3c615803aa8a2c4378e8864128439 100644 --- a/test/timestepping/test_timestepmethods.cc +++ b/test/timestepping/test_timestepmethods.cc @@ -126,10 +126,6 @@ int main(int argc, char* argv[]) // maybe initialize MPI Dune::MPIHelper::instance(argc, argv); - // initialize parameters - // TODO Try to remove this once the Newton does not depend on global default parameters anymore (#1003) - Parameters::init(argc, argv); - using Assembler = ScalarAssembler; using LinearSolver = ScalarLinearSolver; using NewtonSolver = NewtonSolver<Assembler, LinearSolver, DefaultPartialReassembler>;