From: Martin Kronbichler Date: Fri, 30 Sep 2011 09:30:14 +0000 (+0000) Subject: Work around warning with Intel compiler. X-Git-Tag: v8.0.0~3336 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d2518fe493b7c7aeb9c005cb81d43b6ad344b44;p=dealii.git Work around warning with Intel compiler. git-svn-id: https://svn.dealii.org/trunk@24479 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/fe_values.h b/deal.II/include/deal.II/fe/fe_values.h index 02b9773df2..a73384f29f 100644 --- a/deal.II/include/deal.II/fe/fe_values.h +++ b/deal.II/include/deal.II/fe/fe_values.h @@ -4154,6 +4154,9 @@ namespace FEValuesViews } } } + // should not end up here + Assert (false, ExcInternalError()); + return curl_type(); } template