From 7e3076a9cf40ad40f1c6bb98c4713ddd9a5c42ba Mon Sep 17 00:00:00 2001 From: Daniel Garcia-Sanchez Date: Fri, 3 May 2019 18:29:01 +0200 Subject: [PATCH] Fix typos in equations --- examples/step-62/step-62.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/step-62/step-62.cc b/examples/step-62/step-62.cc index 78f5d13a7a..07930b0a7f 100644 --- a/examples/step-62/step-62.cc +++ b/examples/step-62/step-62.cc @@ -530,11 +530,11 @@ namespace step62 // than the wavelength. In this case it can be shown that for the two // dimensional case // @f[ - // K_e = 4\mu\frac{\lambda +\mu}{\lamda+2\mu} + // K_e = 4\mu\frac{\lambda +\mu}{\lambda+2\mu} // @f] // and for the three dimensional case $K_e$ is equal to the Young's modulus. // @f[ - // K_e = 4\mu\frac{\lambda +\mu}{\lamda+2\mu} + // K_e = \mu\frac{3\lambda +2\mu}{\lambda+\mu} // @f] double elastic_constant; if (dim == 2) -- 2.39.5