From: Luca Heltai Date: Mon, 11 May 2020 00:30:42 +0000 (+0200) Subject: Fixed indent. X-Git-Tag: v9.3.0-rc1~1629^2~7 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04a3cd370d1dccc50a3d36415aea812d5b58510c;p=dealii.git Fixed indent. --- 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.