]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove quadrature point number to be more convertible
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 18 Jan 2006 17:45:20 +0000 (17:45 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 18 Jan 2006 17:45:20 +0000 (17:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@12088 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/nedelec_2.cc
tests/fe/nedelec_3.cc

index 9bc1c8d64a849878696ce83cb471f5433b402875..1d4cdf3e632b08d47fac897e7e9c733b243b75e1 100644 (file)
@@ -70,8 +70,7 @@ plot (const Triangulation<dim> &tr)
 
       for (unsigned int q=0; q<quadrature.n_quadrature_points; ++q)
         {
-          deallog << "    q=" << q
-                  << ", xq=" << fe.quadrature_point(q)
+          deallog << ", xq=" << fe.quadrature_point(q)
                   << ", f=[";
           for (unsigned int d=0; d<dim; ++d)
             deallog << (d==0 ? "" : " ")
index 854f8f9928afd1080aebb5fa27c829d91034e2a8..b1c113c893230f4de7c8c3dbe6c97bf7bc36a2cc 100644 (file)
@@ -84,8 +84,7 @@ check ()
 
       for (unsigned int q=0; q<quadrature.n_quadrature_points; ++q)
         {
-          deallog << "    q=" << q
-                  << ", xq=" << fe.quadrature_point(q)
+          deallog << ", xq=" << fe.quadrature_point(q)
                   << ", f=[";
           for (unsigned int d=0; d<dim; ++d)
             deallog << (d==0 ? "" : " ")

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.