From: Timo Heister Date: Mon, 4 Nov 2024 16:54:15 +0000 (-0500) Subject: step-42: fix doc header in code X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bfcc7c817e8ae4bfc619c468bfe2a0749b149ee;p=dealii.git step-42: fix doc header in code --- 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)