From ec3471c5349a63ae7e789ee47f8a1875531f9a01 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 21 Aug 2023 22:31:50 -0500 Subject: [PATCH] Fix two garbled up comments --- include/deal.II/fe/fe_tools.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/fe/fe_tools.templates.h b/include/deal.II/fe/fe_tools.templates.h index f1798a2fc8..d20c98b433 100644 --- a/include/deal.II/fe/fe_tools.templates.h +++ b/include/deal.II/fe/fe_tools.templates.h @@ -1813,7 +1813,7 @@ namespace FETools // sufficiently large so that there // are more than about 5000 // operations in the inner loop - // (which is const basically * n^2 + // (which is basically const * n^2 // operations). if (n > 30) { -- 2.39.5