From e3869c0944117ddc36b79b4ea08b20b7f0580832 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Wed, 17 Feb 2016 14:54:02 +0200 Subject: [PATCH] Adjust comments. --- examples/step-44/step-44.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/step-44/step-44.cc b/examples/step-44/step-44.cc index a9800e7770..191eca42d3 100644 --- a/examples/step-44/step-44.cc +++ b/examples/step-44/step-44.cc @@ -713,8 +713,6 @@ namespace Step44 Jc(SymmetricTensor<4, dim>()) {} - // That the material is stored in a smart pointer, we don't need to worry - // about its memory management virtual ~PointHistory() {} @@ -2458,8 +2456,8 @@ namespace Step44 const bool apply_dirichlet_bc = (it_nr == 0); // The boundary conditions for the indentation problem are as follows: On - // the -x, -y and -z faces (ID's 0,2,4) we set up a symmetry condition to - // allow only planar movement while the +x and +z faces (ID's 1,5) are + // the -x, -y and -z faces (IDs 0,2,4) we set up a symmetry condition to + // allow only planar movement while the +x and +z faces (IDs 1,5) are // traction free. In this contrived problem, part of the +y face (ID 3) is // set to have no motion in the x- and z-component. Finally, as described // earlier, the other part of the +y face has an the applied pressure but -- 2.39.5