From: Wolfgang Bangerth Date: Tue, 4 Feb 2025 13:02:45 +0000 (-0700) Subject: Normalize the way we write header includes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18079%2Fhead;p=dealii.git Normalize the way we write header includes. --- 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 *