From 389d50f66daf60003efd12f39a75bb578b5ed276 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 16 Jul 2017 13:33:38 -0400 Subject: [PATCH] Add another FE namespace fix. --- source/fe/fe_q.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fe/fe_q.cc b/source/fe/fe_q.cc index a6941c5f76..714107825e 100644 --- a/source/fe/fe_q.cc +++ b/source/fe/fe_q.cc @@ -38,7 +38,7 @@ namespace internal return QGaussLobatto<1>(degree+1).get_points(); else { - typedef FE_Q_Base, 1, 1> FEQ; + typedef dealii::FE_Q_Base, 1, 1> FEQ; AssertThrow(false, FEQ::ExcFEQCannotHaveDegree0()); } return std::vector >(); -- 2.39.5