From feee12fcb7ed2e737ba0edcf4fa45a0e6fc7dd3d Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Fri, 14 Jan 2011 15:26:48 +0000 Subject: [PATCH] fix comment [[Imported from SVN: r6758]] --- dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh b/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh index b4043c38..8ce9e016 100644 --- a/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh +++ b/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh @@ -415,7 +415,7 @@ void RodContinuumSteklovPoincareStep<RodGridType,ContinuumGridType>::iterate(Rig setRotation(*interfaceBoundary_, x3d, relativeMovement); - // Right hand side vector: currently with Neumann and volume terms + // Right hand side vector: currently without Neumann and volume terms VectorType rhs3d(x3d.size()); rhs3d = 0; -- GitLab