From 8d813458b6a334dbbfb80b5c80166fba57f78be0 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Wed, 16 Jul 2014 09:03:21 +0000 Subject: [PATCH] The hasObstacle field of MMGStep is vector-valued now [[Imported from SVN: r9834]] --- dune/gfe/riemanniantrsolver.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/gfe/riemanniantrsolver.hh b/dune/gfe/riemanniantrsolver.hh index 7454702c..44b2a7b2 100644 --- a/dune/gfe/riemanniantrsolver.hh +++ b/dune/gfe/riemanniantrsolver.hh @@ -128,7 +128,7 @@ protected: std::shared_ptr<Solver> innerSolver_; /** \brief Contains 'true' everywhere -- the trust-region is bounded */ - Dune::BitSetVector<1> hasObstacle_; + Dune::BitSetVector<blocksize> hasObstacle_; /** \brief The Dirichlet nodes */ const Dune::BitSetVector<blocksize>* ignoreNodes_; -- GitLab