diff --git a/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh b/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh index 3a4952e89f1c285c666239a43c1b26e24d4ca645..bde6316a6d963eef0093e4bd064d50d16fc6db02 100644 --- a/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh +++ b/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh @@ -663,7 +663,7 @@ linearizedRodNeumannToDirichletMap(const std::string& rodName, /** \todo Why don't we have to transform the force as well? */ Dune::FieldVector<double,3> localForce, localTorque; - orientationMatrix.mv(canonicalTorque,localTorque); + orientationMatrix.mtv(canonicalTorque,localTorque); localForce = canonicalForce; RigidBodyMotion<3>::TangentVector localForceTorque;