]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove test output since would require another include file (<iostream>)
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 25 Jan 2002 13:10:43 +0000 (13:10 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 25 Jan 2002 13:10:43 +0000 (13:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@5421 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/mapping_q.cc

index a8c58b499f6b8245da920c553bdc90f93602e09d..d062606494bbe5e360690a6600d5b8884a09190d 100644 (file)
@@ -484,15 +484,6 @@ MappingQ<dim>::set_laplace_on_quad_vector(std::vector<std::vector<double> > &loq
     Assert(std::fabs(std::accumulate(loqvs[unit_point].begin(),
                                     loqvs[unit_point].end(),0.)-1)<1e-13,
           ExcInternalError());
-  
-                                  // TEST output
-  if (false)
-    {
-      std::cout << "degree=" << degree << std::endl;
-      for (unsigned int unit_point=0; unit_point<loqvs.size(); ++unit_point)
-       for (unsigned int k=0; k<n_outer_2d; ++k)
-         std::cout << loqvs[unit_point][k] << std::endl;
-    }
 }
 
 #endif
@@ -544,15 +535,6 @@ MappingQ<3>::set_laplace_on_hex_vector(std::vector<std::vector<double> > &lohvs)
     Assert(std::fabs(std::accumulate(lohvs[unit_point].begin(),
                                     lohvs[unit_point].end(),0.) - 1)<1e-13,
           ExcInternalError());
-  
-                                  // TEST output
-  if (false)
-    {
-      std::cout << "degree=" << degree << std::endl;
-      for (unsigned int unit_point=0; unit_point<n_inner; ++unit_point)
-       for (unsigned int k=0; k<n_outer; ++k)
-         std::cout << lohvs[unit_point][k] << std::endl;
-    }
 }
 
 #endif

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.