From cdf91500638b289e8f46719f7dc99e8d83f0713b Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Mon, 4 Apr 2011 15:03:55 +0000 Subject: [PATCH] fixing previous patch [[Imported from SVN: r7084]] --- dune/gfe/coupling/rodcontinuumfixedpointstep.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/gfe/coupling/rodcontinuumfixedpointstep.hh b/dune/gfe/coupling/rodcontinuumfixedpointstep.hh index adf68f58..2c9fd6b5 100644 --- a/dune/gfe/coupling/rodcontinuumfixedpointstep.hh +++ b/dune/gfe/coupling/rodcontinuumfixedpointstep.hh @@ -25,7 +25,7 @@ /** \brief Iteration step of a fixed-point method for rod-continua couplings */ -emplate <class RodGridType, class ContinuumGridType> +template <class RodGridType, class ContinuumGridType> class RodContinuumFixedPointStep : public RodContinuumDDStep<RodGridType,ContinuumGridType> { -- GitLab