]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Generate some output.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 28 Apr 2004 22:27:59 +0000 (22:27 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 28 Apr 2004 22:27:59 +0000 (22:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@9118 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/fe_collection_01.cc

index 7c7d610d65dc56cf64546e766a274aed43da9f4f..29e52a2083d1994a9c38ebc9e2d61cb89e73bf49 100644 (file)
@@ -31,12 +31,15 @@ template <int dim>
 void
 check ()
 {
-  const FE_Q<dim> fe_1(1);
-  const FE_Q<dim> fe_2(2);
-
-  FECollection<dim> fc;
-  fc.add_fe (fe_1);
-  fc.add_fe (fe_2);
+  {
+    const FE_Q<dim> fe_1(1);
+    const FE_Q<dim> fe_2(2);
+    
+    FECollection<dim> fc;
+    fc.add_fe (fe_1);
+    fc.add_fe (fe_2);
+  }
+  deallog << dim << "d: OK" << std::endl;
 }
 
 int main()

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.