]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Print name of FE since this is now available.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 9 Jun 2003 21:55:00 +0000 (21:55 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 9 Jun 2003 21:55:00 +0000 (21:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@7783 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/system_1.cc

index 44db246c7873605fc78c8eea5325fc6d626ab040..af4501acb24b90e92d1e3b0dd3674c999b6db3f7 100644 (file)
@@ -38,8 +38,8 @@ void
 check(const FiniteElement<dim> &fe1,
       const FiniteElement<dim> &fe2)
 {
-//    deallog << fe1.get_name () << " to " << fe2.get_name ()
-//       << std::endl;
+  deallog << fe1.get_name () << " to " << fe2.get_name ()
+         << std::endl;
 
   FullMatrix<float> m (fe2.dofs_per_cell,
                        fe1.dofs_per_cell);

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.