From d694585f94194b212253ee4fc0cb8ba9d44ba5ae Mon Sep 17 00:00:00 2001 From: melaniel <melanie.lipp@iws.uni-stuttgart.de> Date: Mon, 17 Dec 2018 18:27:49 +0100 Subject: [PATCH] [test][freeflow] Remove function shouldWriteRestartFile. --- test/freeflow/navierstokes/angeli/problem.hh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/freeflow/navierstokes/angeli/problem.hh b/test/freeflow/navierstokes/angeli/problem.hh index 5a886a4ed3..7f74397ee3 100644 --- a/test/freeflow/navierstokes/angeli/problem.hh +++ b/test/freeflow/navierstokes/angeli/problem.hh @@ -110,16 +110,6 @@ public: kinematicViscosity_ = getParam<Scalar>("Component.LiquidKinematicViscosity", 1.0); } - /*! - * \name Problem parameters - */ - // \{ - - bool shouldWriteRestartFile() const - { - return false; - } - void postTimeStep(const SolutionVector& curSol) const { if(printL2Error_) -- GitLab