]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Disable printing names at present, since get_name() is not available on mainline.
authordeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 8 May 2003 15:02:25 +0000 (15:02 +0000)
committerdeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 8 May 2003 15:02:25 +0000 (15:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@7609 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/system_1.cc

index 093c0b95fb1c7c6be79ded2dfb5391250278e1b8..44db246c7873605fc78c8eea5325fc6d626ab040 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.