]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
line offending gcc 4 removed
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 May 2005 08:43:04 +0000 (08:43 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 May 2005 08:43:04 +0000 (08:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@10738 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_poly_tensor.cc

index 1d40c915f155ec0e676ce7961b26aee7ea9f41a7..d18bb445ed84c757ec30142f46b3a25b64d98755 100644 (file)
@@ -305,14 +305,6 @@ FE_PolyTensor<POLY,dim>::fill_fe_values (
   if (flags & update_second_derivatives)
     this->compute_2nd (mapping, cell, dsd.cell(),
                       mapping_data, fe_data, data);
-  deallog << "Shape data " << get_name() << std::endl;
-  
-  for (unsigned int i=0;i<data.shape_values.n_rows();++i)
-    {
-      for (unsigned int j=0;j<n_quad;++j)
-       deallog << ' ' << data.shape_values(i,j);
-      deallog << std::endl; 
-    }
 }
 
 

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.