From: Matthias Maier Date: Thu, 1 Dec 2022 04:55:45 +0000 (-0600) Subject: Update examples/step-60/step-60.cc X-Git-Tag: v9.5.0-rc1~776^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c22b793c8d8fa9b92170731c050a6a975a46849f;p=dealii.git Update examples/step-60/step-60.cc Co-authored-by: Marc Fehling --- diff --git a/examples/step-60/step-60.cc b/examples/step-60/step-60.cc index 42dd2e2425..d3ace151d1 100644 --- a/examples/step-60/step-60.cc +++ b/examples/step-60/step-60.cc @@ -299,7 +299,8 @@ namespace Step60 void setup_embedded_dofs(); // The only unconventional function we have here is the `setup_coupling()` - // method, used to generate the sparsity pattern for the coupling matrix $C$. + // method, used to generate the sparsity pattern for the coupling matrix + // $C$. void setup_coupling();