From 3f238e8677b5cefc14bbfe0cd417fadeff386717 Mon Sep 17 00:00:00 2001 From: podlesny <podlesny@zedat.fu-berlin.de> Date: Thu, 8 Mar 2018 16:04:36 +0100 Subject: [PATCH] . --- src/spatial-solving/solverfactory.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/spatial-solving/solverfactory.hh b/src/spatial-solving/solverfactory.hh index 813d2d03..46df246c 100644 --- a/src/spatial-solving/solverfactory.hh +++ b/src/spatial-solving/solverfactory.hh @@ -12,6 +12,8 @@ #include <dune/tnnmg/iterationsteps/genericnonlineargs.hh> #include <dune/tnnmg/iterationsteps/tnnmgstep.hh> +#define USE_OLD_TNNMG + template <size_t dim, class BlockProblemTEMPLATE, class DeformedGridTEMPLATE> class SolverFactory { public: -- GitLab