From: Timo Heister Date: Sun, 12 May 2019 18:07:12 +0000 (-0600) Subject: fix indentation X-Git-Tag: v9.1.0-rc1~39^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2380893cd987afc075a6c40dcfcd36087c768e16;p=dealii.git fix indentation --- diff --git a/examples/step-49/step-49.cc b/examples/step-49/step-49.cc index 27385d02e9..55e07b96eb 100644 --- a/examples/step-49/step-49.cc +++ b/examples/step-49/step-49.cc @@ -187,8 +187,9 @@ void grid_3() // a circle centered at the origin. Fortunately, // GridGenerator::hyper_cube_with_cylindrical_hole already attaches a // Manifold object to the interior boundary, so we do not need to do - // anything but refine the mesh (see the results section for a - // fully worked example where we do attach a Manifold object). + // anything but refine the mesh (see the results + // section for a fully worked example where we do attach a + // Manifold object). triangulation.refine_global(2); print_mesh_info(triangulation, "grid-3.eps"); }