]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Simplify test even further
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 23 Feb 2006 02:25:46 +0000 (02:25 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 23 Feb 2006 02:25:46 +0000 (02:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@12469 0785d39b-7218-0410-832d-ea1e28bc413d

tests/hp/mapping_collection_02.cc

index eed47ac4c5588995520e6a21b7feef10a3f68c9c..d5d79c34fc35db4d6cee86bbcb37b214cbcfed90 100644 (file)
@@ -26,8 +26,7 @@
 template <int dim>
 void test ()
 {
-  hp::MappingCollection<dim> mapping_collection;
-  mapping_collection.push_back (MappingQ<dim>(2));
+  hp::MappingCollection<dim> mapping_collection(MappingQ<dim>(2));
 }
 
 

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.