From d90bf4275226d728054d3bc27f2b202d779a1639 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 13 Feb 2006 23:17:43 +0000 Subject: [PATCH] Undo the last change. This requires some more thought and I won't be able to fix this today. git-svn-id: https://svn.dealii.org/trunk@12376 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/q_collection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/fe/q_collection.h b/deal.II/deal.II/include/fe/q_collection.h index a587e64fa7..a454125634 100644 --- a/deal.II/deal.II/include/fe/q_collection.h +++ b/deal.II/deal.II/include/fe/q_collection.h @@ -54,7 +54,7 @@ namespace hp * quadrature is used for all active_fe * indices. */ - explicit QCollection (const Quadrature &quadrature); + QCollection (const Quadrature &quadrature); /** * Returns the number of quadrature -- 2.39.5