From: Matthias Maier Date: Thu, 28 Apr 2022 22:24:35 +0000 (-0500) Subject: indent X-Git-Tag: v9.4.0-rc1~136^2~8 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61cb9700229735e2fd403aa06305f9a8150ef698;p=dealii.git indent --- diff --git a/examples/step-81/doc/results.dox b/examples/step-81/doc/results.dox index 2c6f61ec5c..e62a77537b 100644 --- a/examples/step-81/doc/results.dox +++ b/examples/step-81/doc/results.dox @@ -294,4 +294,3 @@ The example step could be extended in a number of different directions. scale separation between the SPP and the dipole. - diff --git a/examples/step-81/step-81.cc b/examples/step-81/step-81.cc index 604c48f59f..7230e97aae 100644 --- a/examples/step-81/step-81.cc +++ b/examples/step-81/step-81.cc @@ -616,8 +616,8 @@ namespace Step81 // i\int_\Omega J_a \cdot \bar{\varphi_i}\text{d}x // - \int_\Omega \mu_r^{-1} \cdot (\nabla \times \bar{\varphi_i}) \text{d}x. // \f} - // In doing so, we need test functions $\varphi_i$ and $\varphi_j$, and the curl - // of these test variables. We must be careful with the signs of the + // In doing so, we need test functions $\varphi_i$ and $\varphi_j$, and the + // curl of these test variables. We must be careful with the signs of the // imaginary parts of these complex test variables. Moreover, we have a // conditional that changes the parameters if the cell is in the PML region. for (const auto &cell : dof_handler.active_cell_iterators())