From 7c0125752e6b509c27982a11cf02e878a69342be Mon Sep 17 00:00:00 2001 From: Jonathan Youett <youett@mi.fu-berlin.de> Date: Tue, 16 Apr 2013 14:54:49 +0000 Subject: [PATCH] use british spelling :-) [[Imported from SVN: r11288]] --- dune/elasticity/common/elasticityhelpers.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dune/elasticity/common/elasticityhelpers.hh b/dune/elasticity/common/elasticityhelpers.hh index edd7da5..279fdaf 100644 --- a/dune/elasticity/common/elasticityhelpers.hh +++ b/dune/elasticity/common/elasticityhelpers.hh @@ -128,7 +128,7 @@ namespace Dune { * * \param u The displacement gradient(!) at which the determinant is evaluated */ - void linearizedDefDet(const Dune::FieldMatrix<double,3,3>& u, Dune::FieldMatrix<double,3,3>& linDet) { + void linearisedDefDet(const Dune::FieldMatrix<double,3,3>& u, Dune::FieldMatrix<double,3,3>& linDet) { linDet = 0; for (int i=0; i<2; i++) @@ -147,7 +147,7 @@ namespace Dune { * * \param u The displacement gradient(!) at which the determinant is evaluated */ - void linearizedDefDet(const Dune::FieldMatrix<double,2,2>& u, Dune::FieldMatrix<double,2,2>& linDet) { + void linearisedDefDet(const Dune::FieldMatrix<double,2,2>& u, Dune::FieldMatrix<double,2,2>& linDet) { linDet = 0; for (int i=0; i<2; i++) { -- GitLab