From 04a3cd370d1dccc50a3d36415aea812d5b58510c Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Mon, 11 May 2020 02:30:42 +0200 Subject: [PATCH] Fixed indent. --- examples/step-70/doc/intro.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/step-70/doc/intro.dox b/examples/step-70/doc/intro.dox index 3eb0395004..10002cb99d 100644 --- a/examples/step-70/doc/intro.dox +++ b/examples/step-70/doc/intro.dox @@ -409,8 +409,8 @@ al., 2018), and we will make use of this functionality in this tutorial. Thus, the approach taken in this step is as follows: - Create a parallel::distributed::Triangulation for the domain $\Gamma$ - Create Particles::Particle at the position of the quadrature points on $\Gamma$ -- Call the Particles::ParticleHandler::insert_global_particles() function, - to distribute the particles across processors, *following the solid +- Call the Particles::ParticleHandler::insert_global_particles() function, + to distribute the particles across processors, *following the solid triangulation* - Attach the quadrature weight as property to each Particles::Particle object. -- 2.39.5