From 2380893cd987afc075a6c40dcfcd36087c768e16 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 12 May 2019 12:07:12 -0600 Subject: [PATCH] fix indentation --- examples/step-49/step-49.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"); } -- 2.39.5