From: Jean-Paul Pelteret Date: Wed, 17 Feb 2016 12:54:02 +0000 (+0200) Subject: Adjust comments. X-Git-Tag: v8.5.0-rc1~1304^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3869c0944117ddc36b79b4ea08b20b7f0580832;p=dealii.git Adjust comments. --- 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