From 61cb9700229735e2fd403aa06305f9a8150ef698 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 28 Apr 2022 17:24:35 -0500 Subject: [PATCH] indent --- examples/step-81/doc/results.dox | 1 - examples/step-81/step-81.cc | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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()) -- 2.39.5