From 6b41e1653751f61960020a41ec446945d299a687 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Sun, 2 Jul 2023 03:07:12 +0000 Subject: [PATCH] Fix typo in step-16 --- examples/step-16/step-16.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5