From 44e8b066ffaffe504c39332557bbcb8c24c5c71d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 21 Jun 2005 21:28:44 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@10916 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/fe_tools_cpfqpm_02.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/bits/fe_tools_cpfqpm_02.cc b/tests/bits/fe_tools_cpfqpm_02.cc index c94db65fa0..7d6b579dba 100644 --- a/tests/bits/fe_tools_cpfqpm_02.cc +++ b/tests/bits/fe_tools_cpfqpm_02.cc @@ -62,6 +62,10 @@ check_this (const FiniteElement &fe, // quadrature points if (fe.dofs_per_cell < q_rhs.n_quadrature_points) return; + + deallog << "dofs_per_cell=" << fe.dofs_per_cell + << ", n_q_points=" << q_rhs.n_quadrature_points + << std::endl; FullMatrix X (fe.dofs_per_cell, q_rhs.n_quadrature_points); -- 2.39.5