]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
test output removed
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 15 Feb 1999 16:39:14 +0000 (16:39 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 15 Feb 1999 16:39:14 +0000 (16:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@805 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_system.cc

index 7b91913ddd485d7c3e4f39df9f7fe518ca3b5a90..fc4d87be23638f2e0a932dffbbee19f8f953e6f2 100644 (file)
@@ -40,8 +40,6 @@ void FESystem<dim>::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<unsigned,unsigned>
                    (comp_start+m,
@@ -66,8 +64,6 @@ void FESystem<dim>::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<unsigned,unsigned>
                    (comp_start+m,
@@ -93,8 +89,6 @@ void FESystem<dim>::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<unsigned,unsigned>
                    (comp_start+m,
@@ -120,8 +114,6 @@ void FESystem<dim>::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<unsigned,unsigned>
                    (comp_start+m,

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.