diff --git a/dumux/geomechanics/poroelastic/couplingmanager.hh b/dumux/geomechanics/poroelastic/couplingmanager.hh
index 1a40e6073e09dad46083677684d2c4be36d5c960..ad3bef3d551153fc6dc1f44f555db9608c96ea23 100644
--- a/dumux/geomechanics/poroelastic/couplingmanager.hh
+++ b/dumux/geomechanics/poroelastic/couplingmanager.hh
@@ -335,15 +335,15 @@ public:
     template< class PoroMechLocalAssembler >
     typename LocalResidual<PoroMechId>::ElementResidualVector
     evalCouplingResidual(Dune::index_constant<PoroMechId> poroMechDomainId,
-                         const PoroMechLocalAssembler& pmFlowLocalAssembler,
+                         const PoroMechLocalAssembler& poroMechLocalAssembler,
                          Dune::index_constant<PMFlowId> pmFlowDomainId,
                          GridIndexType<PMFlowId> dofIdxGlobalJ)
     {
-        return pmFlowLocalAssembler.localResidual().evalFluxAndSource(pmFlowLocalAssembler.element(),
-                                                                      pmFlowLocalAssembler.fvGeometry(),
-                                                                      pmFlowLocalAssembler.curElemVolVars(),
-                                                                      pmFlowLocalAssembler.elemFluxVarsCache(),
-                                                                      pmFlowLocalAssembler.elemBcTypes());
+        return poroMechLocalAssembler.localResidual().evalFluxAndSource(poroMechLocalAssembler.element(),
+                                                                        poroMechLocalAssembler.fvGeometry(),
+                                                                        poroMechLocalAssembler.curElemVolVars(),
+                                                                        poroMechLocalAssembler.elemFluxVarsCache(),
+                                                                        poroMechLocalAssembler.elemBcTypes());
     }
 
     //! Return a const reference to one of the problems