From 1354a5140ee66712ab92b70e62d58c5ae62d633e Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Wed, 28 Apr 2010 13:51:56 +0000 Subject: [PATCH] rename variable 'rodAssembler' to 'assembler'. There is nothing rod specific here [[Imported from SVN: r5984]] --- 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 4fd20899..ba09eaa6 100644 --- a/dune/gfe/riemanniantrsolver.hh +++ b/dune/gfe/riemanniantrsolver.hh @@ -41,7 +41,7 @@ public: /** \brief Set up the solver using a monotone multigrid method as the inner solver */ void setup(const GridType& grid, - const GeodesicFEAssembler<typename GridType::LeafGridView, TargetSpace>* rodAssembler, + const GeodesicFEAssembler<typename GridType::LeafGridView, TargetSpace>* assembler, const SolutionType& x, const Dune::BitSetVector<blocksize>& dirichletNodes, double tolerance, -- GitLab