From 370a190afd16897e7ea7d1d8fb766d5a0b91c862 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 23 Feb 2006 02:25:46 +0000 Subject: [PATCH] Simplify test even further git-svn-id: https://svn.dealii.org/trunk@12469 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/hp/mapping_collection_02.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/hp/mapping_collection_02.cc b/tests/hp/mapping_collection_02.cc index eed47ac4c5..d5d79c34fc 100644 --- a/tests/hp/mapping_collection_02.cc +++ b/tests/hp/mapping_collection_02.cc @@ -26,8 +26,7 @@ template void test () { - hp::MappingCollection mapping_collection; - mapping_collection.push_back (MappingQ(2)); + hp::MappingCollection mapping_collection(MappingQ(2)); } -- 2.39.5