From adb5aff6f0af8167c6a7592f7c75ec0f17b4524d Mon Sep 17 00:00:00 2001
From: Jonathan Youett <youett@math.fu-berlin.de>
Date: Mon, 12 Nov 2018 10:12:25 +0100
Subject: [PATCH] Adjust to new structure of the intersection linearisation
 assembler

---
 dune/contact/common/gapfunction.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/contact/common/gapfunction.cc b/dune/contact/common/gapfunction.cc
index 36311568..7b237436 100644
--- a/dune/contact/common/gapfunction.cc
+++ b/dune/contact/common/gapfunction.cc
@@ -428,7 +428,7 @@ void GapFunction<GridType,field_type>::firstDerivative(const VectorType& nonmort
 
         for (size_t i=0; i<mSize;i++)
             AnalyticLocalIntersectionAssembler<GlueType,MatrixType>::linearisedForwardProjection(
-                  linVertex[i],projVertex[i],size0, size0+size1, mglobalIdx[i]-size0, mCorners[i],
+                  linVertex[i],projVertex[i],size0, 0, size0+size1, mglobalIdx[i]-size0, mCorners[i],
                   avNormalsM[mglobalIdx[i]-size0],avNormMortarDeriv[globalToLocalM[mglobalIdx[i]-size0]],
                 nmglobalIdx, nmCorners[0], nmEdges,nmNormal);
 
-- 
GitLab