From 993301389e6807fb87f3416f4153769810f7358d Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 3 May 2005 16:16:40 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@10627 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-18/step-18.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-18/step-18.cc b/deal.II/examples/step-18/step-18.cc index 8f6862886e..066d549fec 100644 --- a/deal.II/examples/step-18/step-18.cc +++ b/deal.II/examples/step-18/step-18.cc @@ -126,7 +126,7 @@ namespace QuasiStaticElasticity // to symmetric tensors of rank 2. A // function implementing its creation for // given values of the Lame constants - // lambda and my is straightforward: + // lambda and mu is straightforward: template SymmetricTensor<4,dim> get_stress_strain_tensor (const double lambda, const double mu) -- 2.39.5