]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix compile 2734/head
authorRene Gassmoeller <R.Gassmoeller@mailbox.org>
Wed, 29 Jun 2016 18:28:43 +0000 (20:28 +0200)
committerRene Gassmoeller <R.Gassmoeller@mailbox.org>
Wed, 29 Jun 2016 18:28:43 +0000 (20:28 +0200)
source/fe/fe_q.cc

index b1ad9218e5c73acda0c82af443ce0e9868197904..2147adffba7280a4f07c9d0352efe399b64a561e 100644 (file)
@@ -33,7 +33,7 @@ namespace
     else
       {
         typedef FE_Q_Base<TensorProductPolynomials<1>, 1, 1> FEQ;
-        AssertThrow(false, typename FEQ::ExcFEQCannotHaveDegree0());
+        AssertThrow(false, FEQ::ExcFEQCannotHaveDegree0());
       }
     return std::vector<Point<1> >();
   }

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.