From bf67fc0c0f2b74a6123b021a17f099de1f1712ab Mon Sep 17 00:00:00 2001 From: Jonathan Youett <youett@math.fu-berlin.de> Date: Mon, 12 Nov 2018 10:04:13 +0100 Subject: [PATCH] Remove unused variable --- het2bcontact.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/het2bcontact.cc b/het2bcontact.cc index 91449096..1d284f15 100644 --- a/het2bcontact.cc +++ b/het2bcontact.cc @@ -303,7 +303,7 @@ int main (int argc, char *argv[]) try OperatorType bilinearForm; contactAssembler.assembleJacobian(submat, bilinearForm); - VectorType canonicalTotalX, totalX, totalRhs; + VectorType totalX, totalRhs; contactAssembler.nodalToTransformed(x, totalX); -- GitLab