From 2bfcc7c817e8ae4bfc619c468bfe2a0749b149ee Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 4 Nov 2024 11:54:15 -0500 Subject: [PATCH] step-42: fix doc header in code --- examples/step-42/step-42.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-42/step-42.cc b/examples/step-42/step-42.cc index ba68457653..61fe72effd 100644 --- a/examples/step-42/step-42.cc +++ b/examples/step-42/step-42.cc @@ -260,7 +260,7 @@ namespace Step42 stress_strain_tensor_linearized += stress_strain_tensor_kappa; } - //

Equation data: boundary forces, boundary values, obstacles

+ // @sect3{Equation data: boundary forces, boundary values, obstacles} // // The following should be relatively standard. We need classes for // the boundary forcing term (which we here choose to be zero) -- 2.39.5