From: guido Date: Mon, 15 Feb 1999 16:39:14 +0000 (+0000) Subject: test output removed X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85740ed557615ac66d92d5d767cd39174ef34797;p=dealii-svn.git test output removed git-svn-id: https://svn.dealii.org/trunk@805 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_system.cc b/deal.II/deal.II/source/fe/fe_system.cc index 7b91913ddd..fc4d87be23 100644 --- a/deal.II/deal.II/source/fe/fe_system.cc +++ b/deal.II/deal.II/source/fe/fe_system.cc @@ -40,8 +40,6 @@ void FESystem::initialize () local_index < base_element(comp).dofs_per_vertex ; ++local_index) { - cerr << "V(sys, comp, m, loc) = (" - << total_index << "," << comp << "," << m << "," << local_index << ")" << endl; system_to_component_table[total_index++] = pair (comp_start+m, @@ -66,8 +64,6 @@ void FESystem::initialize () local_index < base_element(comp).dofs_per_line ; ++local_index) { - cerr << "L(sys, comp, m, loc) = (" - << total_index << "," << comp << "," << m << "," << local_index << ")" << endl; system_to_component_table[total_index++] = pair (comp_start+m, @@ -93,8 +89,6 @@ void FESystem::initialize () local_index < base_element(comp).dofs_per_quad ; ++local_index) { - cerr << "Q(sys, comp, m, loc) = (" - << total_index << "," << comp << "," << m << "," << local_index << ")" << endl; system_to_component_table[total_index++] = pair (comp_start+m, @@ -120,8 +114,6 @@ void FESystem::initialize () local_index < base_element(comp).dofs_per_hex ; ++local_index) { - cerr << "Q(sys, comp, m, loc) = (" - << total_index << "," << comp << "," << m << "," << local_index << ")" << endl; system_to_component_table[total_index++] = pair (comp_start+m,