From c22b793c8d8fa9b92170731c050a6a975a46849f Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 30 Nov 2022 22:55:45 -0600 Subject: [PATCH] Update examples/step-60/step-60.cc Co-authored-by: Marc Fehling --- examples/step-60/step-60.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- 2.39.5