]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix output of grid/cell_id_08 11425/head
authorPeter Munch <peterrmuench@gmail.com>
Sun, 27 Dec 2020 08:55:51 +0000 (09:55 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Tue, 29 Dec 2020 21:28:16 +0000 (22:28 +0100)
tests/grid/cell_id_08.cc
tests/grid/cell_id_08.output

index 47031eb788676acfdb05f4150ffd34e0a8a51e91..0e5b824c75719e86cdce730db38ee9c0441b0784 100644 (file)
@@ -105,8 +105,9 @@ benchmark(const unsigned int n_global_refinements)
     AssertThrow(cell_ids == deserialized,
                 ExcMessage("Serialization with boost binary archives failed."));
     deallog << "Serialization with boost binary archives successful."
-            << std::endl
-            << "  Buffer size in bytes: " << size_in_bytes(buffer) << std::endl;
+            << std::endl;
+    std::cout << "  Buffer size in bytes: " << size_in_bytes(buffer)
+              << std::endl;
   }
 
 
@@ -142,8 +143,9 @@ benchmark(const unsigned int n_global_refinements)
     }
     AssertThrow(cell_ids == deserialized,
                 ExcMessage("Serialization with Utilities failed."));
-    deallog << "Serialization with Utilities successful." << std::endl
-            << "  Buffer size in bytes: " << size_in_bytes(buffer) << std::endl;
+    deallog << "Serialization with Utilities successful." << std::endl;
+    std::cout << "  Buffer size in bytes: " << size_in_bytes(buffer)
+              << std::endl;
   }
 
 
@@ -170,8 +172,9 @@ benchmark(const unsigned int n_global_refinements)
     AssertThrow(cell_ids == deserialized,
                 ExcMessage("Serialization with binary representation failed."));
     deallog << "Serialization with binary representation successful."
-            << std::endl
-            << "  Buffer size in bytes: " << size_in_bytes(buffer) << std::endl;
+            << std::endl;
+    std::cout << "  Buffer size in bytes: " << size_in_bytes(buffer)
+              << std::endl;
   }
 
   deallog << "OK" << std::endl;
index 22ff31e140b7e97140baab8a47cd191e6c2c1264..b6bdf1050c5de042d39f81b56fbb19b87eae41ed 100644 (file)
@@ -2,9 +2,6 @@
 DEAL::Creation successful.
 DEAL::  Number of CellId objects: 256
 DEAL::Serialization with boost binary archives successful.
-DEAL::  Buffer size in bytes: 11875
 DEAL::Serialization with Utilities successful.
-DEAL::  Buffer size in bytes: 10264
 DEAL::Serialization with binary representation successful.
-DEAL::  Buffer size in bytes: 4120
 DEAL::OK

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.