From: Wolfgang Bangerth Date: Fri, 30 Jun 2017 20:23:13 +0000 (-0600) Subject: Update fe_values.cc X-Git-Tag: v9.0.0-rc1~1459^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ba5608c46dd4434b2e15c4cdf44a6bc8d0537c6;p=dealii.git Update fe_values.cc --- diff --git a/source/fe/fe_values.cc b/source/fe/fe_values.cc index 338c42fac6..16b2f18af7 100644 --- a/source/fe/fe_values.cc +++ b/source/fe/fe_values.cc @@ -3615,8 +3615,9 @@ FEValues::initialize (const UpdateFlags update_flags) if (dim != spacedim-1) Assert ((update_flags & update_normal_vectors) == false, ExcMessage ("You can only pass the 'update_normal_vectors' " - "flag to FEFaceValues or FESubfaceValues objects " - "unless the triangulation is embedded in a higher " + "flag to FEFaceValues or FESubfaceValues objects, " + "but not to an FEValues object unless the " + "triangulation it refers to is embedded in a higher " "dimensional space.")); const UpdateFlags flags = this->compute_update_flags (update_flags);