]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add another FE namespace fix.
authorDavid Wells <wellsd2@rpi.edu>
Sun, 16 Jul 2017 17:33:38 +0000 (13:33 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Sun, 23 Jul 2017 20:12:22 +0000 (16:12 -0400)
source/fe/fe_q.cc

index a6941c5f76bdc71ff610a3cc0162785cbf441c3e..714107825e9b1ef9d2042ef8591b93ee6742c94b 100644 (file)
@@ -38,7 +38,7 @@ namespace internal
           return QGaussLobatto<1>(degree+1).get_points();
         else
           {
-            typedef FE_Q_Base<TensorProductPolynomials<1>, 1, 1> FEQ;
+            typedef dealii::FE_Q_Base<TensorProductPolynomials<1>, 1, 1> FEQ;
             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.