]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove debug output 16859/head
authorPeter Munch <peterrmuench@gmail.com>
Fri, 5 Apr 2024 20:22:55 +0000 (22:22 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Fri, 5 Apr 2024 20:22:55 +0000 (22:22 +0200)
source/numerics/solution_transfer.cc

index 9ddf9c72c4f04bb304321c05b54e875659501bfc..81c87c503e26d43c361735091c74f57271bf8815 100644 (file)
@@ -585,16 +585,7 @@ SolutionTransfer<dim, VectorType, spacedim>::interpolate(
   // We have written into the output vectors. If this was a PETSc vector, for
   // example, then we need to compress these to make future operations safe:
   for (auto &vec : all_out)
-    {
-      if constexpr (std::is_same<VectorType,
-                                 LinearAlgebra::distributed::Vector<
-                                   typename VectorType::value_type>>::value)
-        for (unsigned int i = 0; i < vec.size(); ++i)
-          std::cout << vec[i] << " ";
-      std::cout << std::endl;
-
-      vec.compress(VectorOperation::insert);
-    }
+    vec.compress(VectorOperation::insert);
 }
 
 

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.