From: Peter Munch Date: Sat, 30 Jan 2021 23:35:06 +0000 (+0100) Subject: Fix assert message X-Git-Tag: v9.3.0-rc1~534^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11656%2Fhead;p=dealii.git Fix assert message --- diff --git a/include/deal.II/grid/reference_cell.h b/include/deal.II/grid/reference_cell.h index 5266ad1160..6fbb547c57 100644 --- a/include/deal.II/grid/reference_cell.h +++ b/include/deal.II/grid/reference_cell.h @@ -1988,7 +1988,7 @@ namespace ReferenceCell out << ","; } - out << "] is no permutation of ["; + out << "] is not a permutation of ["; for (unsigned int i = 0; i < n_vertices; ++i) {