]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Do the test the comment at the top of the file actually suggests.
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 22 Aug 2016 22:53:39 +0000 (16:53 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 22 Aug 2016 22:53:39 +0000 (16:53 -0600)
tests/aniso/hp_constraints_dgp_nonparametric_08.cc

index 79a98934f43dfd810b71c9dd7c0ca932ea2959fa..56d11814aa03cd241899f58efe89d5cd0e97d069 100644 (file)
@@ -29,7 +29,7 @@ void test ()
 {
   hp::FECollection<dim> fe;
   for (unsigned int i=0; i<4; ++i)
-    fe.push_back (FE_DGPMonomial<dim>(i));
+    fe.push_back (FE_DGPNonparametric<dim>(i));
 
   test_with_hanging_nodes_random_aniso (fe);
 }

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.