]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Improve an error message.
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 30 Jun 2017 20:03:44 +0000 (14:03 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 30 Jun 2017 20:03:44 +0000 (14:03 -0600)
source/fe/fe_values.cc

index 1a590ca50b2b54b0cfcef0d323f6ecfa0d5cccfa..338c42fac6595f6aa242f255d303996e6d90dd3f 100644 (file)
@@ -3614,7 +3614,10 @@ FEValues<dim,spacedim>::initialize (const UpdateFlags update_flags)
   // codimension one case.
   if (dim != spacedim-1)
     Assert ((update_flags & update_normal_vectors) == false,
-            (typename FEValuesBase<dim,spacedim>::ExcInvalidUpdateFlag()));
+            ExcMessage ("You can only pass the 'update_normal_vectors' "
+                        "flag to FEFaceValues or FESubfaceValues objects "
+                        "unless the triangulation is embedded in a higher "
+                        "dimensional space."));
 
   const UpdateFlags flags = this->compute_update_flags (update_flags);
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.