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

use british spelling :-)

[[Imported from SVN: r11288]]
parent 0d6ebc6e
No related branches found
No related tags found
No related merge requests found
......@@ -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++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment