]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Work around warning with Intel compiler.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 30 Sep 2011 09:30:14 +0000 (09:30 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 30 Sep 2011 09:30:14 +0000 (09:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@24479 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/fe/fe_values.h

index 02b9773df210ca22772ab5bd16969b58b4d3455e..a73384f29fbff6ad83146ae835a85b5689b79214 100644 (file)
@@ -4154,6 +4154,9 @@ namespace FEValuesViews
               }
            }
         }
+                               // should not end up here
+     Assert (false, ExcInternalError());
+     return curl_type();
   }
 
   template <int dim, int spacedim>

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.