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

make helper function const

[[Imported from SVN: r11297]]
parent 0ec46124
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,7 @@ private:
* Note that it is assumed the defGrad is the deformation gradient and not the displacement gradient
*/
Dune::FieldMatrix<ctype,dim,dim> hessDefDet(const Dune::FieldMatrix<ctype,dim,dim>& defGrad,
const Dune::FieldVector<ctype,dim>& testGrad, const Dune::FieldVector<ctype,dim>& ansatzGrad)
const Dune::FieldVector<ctype,dim>& testGrad, const Dune::FieldVector<ctype,dim>& ansatzGrad) const
{
Dune::FieldMatrix<ctype, dim, dim> res(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment