From d8bbd01734108fe4c85fbfe73afbffb38a1e55de Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 4 Feb 2025 06:02:45 -0700 Subject: [PATCH] Normalize the way we write header includes. --- include/deal.II/lac/schur_complement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/schur_complement.h b/include/deal.II/lac/schur_complement.h index ee398ba485..f8ac79616e 100644 --- a/include/deal.II/lac/schur_complement.h +++ b/include/deal.II/lac/schur_complement.h @@ -128,7 +128,7 @@ DEAL_II_NAMESPACE_OPEN * An illustration of typical usage of this operator for a fully coupled * system is given below. * @code - * #include + * #include * * // Given BlockMatrix K and BlockVectors d,F * -- 2.39.5