]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove debug output
authorPeter Munch <peterrmuench@gmail.com>
Mon, 5 Apr 2021 07:37:21 +0000 (09:37 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Mon, 5 Apr 2021 07:37:21 +0000 (09:37 +0200)
include/deal.II/multigrid/mg_transfer_global_coarsening.templates.h

index 3c722b95d943086044f7e9747125ab2765a2d4cc..8f01b5462ef4df7f883c7b60eb367f8e8f3e018c 100644 (file)
@@ -2139,7 +2139,6 @@ MGTwoLevelTransfer<dim, LinearAlgebra::distributed::Vector<Number>>::prolongate(
   const bool fine_vectors_are_compatible =
     this->vec_fine.get_partitioner()->is_globally_compatible(
       *dst.get_partitioner());
-  std::cout << static_cast<int>(fine_vectors_are_compatible) << std::endl;
 
   const auto vec_fine_ptr =
     fine_vectors_are_compatible ? &dst : &this->vec_fine;
@@ -2321,7 +2320,6 @@ MGTwoLevelTransfer<dim, LinearAlgebra::distributed::Vector<Number>>::
   const bool fine_vectors_are_compatible =
     this->vec_fine.get_partitioner()->is_globally_compatible(
       *src.get_partitioner());
-  std::cout << static_cast<int>(fine_vectors_are_compatible) << std::endl;
 
   const auto vec_fine_ptr =
     fine_vectors_are_compatible ? &src : &this->vec_fine;

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.