From 8f258175e43682c16fdac11ecee16b87e843d75f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 21 Nov 2024 21:15:56 -0700 Subject: [PATCH] Fix an obviously wrong comment. --- source/fe/mapping_q.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/fe/mapping_q.cc b/source/fe/mapping_q.cc index d6e3141f6f..60bdd76cce 100644 --- a/source/fe/mapping_q.cc +++ b/source/fe/mapping_q.cc @@ -575,7 +575,8 @@ MappingQ::transform_real_to_unit_cell( default: { - // we should get here, based on the if-condition at the top + // we should not get here, based on the if-condition at the + // top DEAL_II_ASSERT_UNREACHABLE(); } } -- 2.39.5