From: Bruno Turcksin Date: Sun, 2 Jul 2023 03:07:12 +0000 (+0000) Subject: Fix typo in step-16 X-Git-Tag: relicensing~811^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b41e1653751f61960020a41ec446945d299a687;p=dealii.git Fix typo in step-16 --- diff --git a/examples/step-16/step-16.cc b/examples/step-16/step-16.cc index 3350d7b6c2..c8e997415c 100644 --- a/examples/step-16/step-16.cc +++ b/examples/step-16/step-16.cc @@ -273,7 +273,7 @@ namespace Step16 // complete, inclusive range here (not a starting index and size), so the // finest level is n_levels-1. We first have to resize the // container holding the SparseMatrix classes, since they have to release - // their SparsityPattern before the can be destroyed upon resizing. + // their SparsityPattern before they can be destroyed upon resizing. const unsigned int n_levels = triangulation.n_levels(); mg_interface_matrices.resize(0, n_levels - 1);