From: Matthias Maier Date: Tue, 22 Aug 2023 03:31:50 +0000 (-0500) Subject: Fix two garbled up comments X-Git-Tag: relicensing~566^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec3471c5349a63ae7e789ee47f8a1875531f9a01;p=dealii.git Fix two garbled up comments --- 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) {