]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add missing include file.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Jun 2012 14:14:27 +0000 (14:14 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Jun 2012 14:14:27 +0000 (14:14 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_higher_derivatives@25650 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/fe/fe_update_flags.h

index 8f2c12af7cd85b0e674ff4a67b804890cd5b2785..1ea75cd6ced4f241a07bce3be07dfe6862de9907 100644 (file)
@@ -14,6 +14,8 @@
 
 
 #include <deal.II/base/config.h>
+#include <deal.II/base/exceptions.h>
+
 
 DEAL_II_NAMESPACE_OPEN
 
@@ -349,7 +351,7 @@ UpdateFlags update_nth_derivatives (const unsigned int nth_derivative)
       return update_9th_derivatives;
     default:
       Assert (nth_derivative<10, ExcNotImplemented());
-  } 
+  }
   return UpdateFlags();
 }
 

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.