From 5d3ce16b55eacf5aa463c76e19ae0993d635919c Mon Sep 17 00:00:00 2001 From: Markus Blatt <markus@dr-blatt.de> Date: Mon, 27 Jan 2020 20:46:20 +0100 Subject: [PATCH] [cleanup][solver] Removed commented code --- dumux/common/loggingparametertree.hh | 8 -------- test/freeflow/shallowwater/dambreak/main.cc | 1 - 2 files changed, 9 deletions(-) diff --git a/dumux/common/loggingparametertree.hh b/dumux/common/loggingparametertree.hh index 0dc766d7ef..47ea8f898b 100644 --- a/dumux/common/loggingparametertree.hh +++ b/dumux/common/loggingparametertree.hh @@ -126,14 +126,6 @@ public: std::string groupPrefix) const { std::vector<std::string> groupNames; - /* - if (groupPrefix == "" && - (params_.hasSub(groupName) || defaultParams_.hasSub(groupName)) - { - groupNames.push_back(groupName); - return groupNames; - } - */ auto compoundGroup = groupPrefix.empty()? groupName : groupPrefix + "." + groupName; auto dot = groupPrefix.rfind("."); diff --git a/test/freeflow/shallowwater/dambreak/main.cc b/test/freeflow/shallowwater/dambreak/main.cc index 79816452c7..6c0fbb1219 100644 --- a/test/freeflow/shallowwater/dambreak/main.cc +++ b/test/freeflow/shallowwater/dambreak/main.cc @@ -39,7 +39,6 @@ #include <dumux/common/dumuxmessage.hh> #include <dumux/io/grid/gridmanager.hh> -//#include <dumux/linear/amgbackend.hh> #include <dumux/linear/genericistlbackend.hh> #include <dumux/nonlinear/newtonsolver.hh> -- GitLab