Skip to content
Snippets Groups Projects
Commit 79614f59 authored by akbib's avatar akbib Committed by akbib@FU-BERLIN.DE
Browse files

add missing ;

[[Imported from SVN: r11292]]
parent 06384382
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ namespace Dune {
// the diagonal parts
for (int i=0; i<3; i++)
linDet[i][i] = (u[(i+1)%3][(i+1)%3]+1)*(u[(i+2)%3][(i+2)%3]+1)-u[(i+1)%3][(i+2)%3]*u[(i+2)%3][(i+1)%3]
linDet[i][i] = (u[(i+1)%3][(i+1)%3]+1)*(u[(i+2)%3][(i+2)%3]+1)-u[(i+1)%3][(i+2)%3]*u[(i+2)%3][(i+1)%3];
}
/** \brief Compute linearization of the determinant of a deformation gradient. Multiplication with a test function(scalar) gradient, gives the linearization in the direction of the test function.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment