From 5420bd4ee0c9da8c4f383e7e49412383d227e4f3 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Wed, 30 Jun 2021 16:44:43 -0600 Subject: [PATCH] Fix typo in assert. --- include/deal.II/grid/cell_id_translator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/cell_id_translator.h b/include/deal.II/grid/cell_id_translator.h index c857ee5724..03d4cfcf31 100644 --- a/include/deal.II/grid/cell_id_translator.h +++ b/include/deal.II/grid/cell_id_translator.h @@ -142,7 +142,7 @@ namespace internal " indices but the current deal.II configuration only supports " + std::to_string(std::numeric_limits::max()) + " indices. You may want to consider to build deal.II with 64bit " - "indeces (-D DEAL_II_WITH_64BIT_INDICES=\"ON\") to increase the limit " + "indices (-D DEAL_II_WITH_64BIT_INDICES=\"ON\") to increase the limit " "of indices.")); tree_sizes.push_back(0); -- 2.39.5