From: Wolfgang Bangerth Date: Fri, 22 Nov 2024 04:15:56 +0000 (-0700) Subject: Fix an obviously wrong comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17880%2Fhead;p=dealii.git Fix an obviously wrong comment. --- 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(); } }