From 0ba5608c46dd4434b2e15c4cdf44a6bc8d0537c6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 30 Jun 2017 14:23:13 -0600 Subject: [PATCH] Update fe_values.cc --- source/fe/fe_values.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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); -- 2.39.5