Skip to content
Snippets Groups Projects
Commit bf67fc0c authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Remove unused variable

parent 18c4207b
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment