]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Pass 'true' instead of '1' for a function that takes a 'bool' argument. 12262/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 20 May 2021 15:42:43 +0000 (09:42 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 20 May 2021 15:42:43 +0000 (09:42 -0600)
14 files changed:
tests/base/function_cutoff_01.cc
tests/base/function_cutoff_02.cc
tests/base/function_cutoff_03.cc
tests/base/mutable_bind_03.cc
tests/base/mutable_bind_04.cc
tests/base/parsed_convergence_table_06.cc
tests/boost/extract_representative_set_01.cc
tests/mappings/mapping_q_eulerian_12.cc
tests/mappings/mapping_q_eulerian_13.cc
tests/meshworker/scratch_data_04.cc
tests/meshworker/scratch_data_05.cc
tests/meshworker/scratch_data_06.cc
tests/meshworker/scratch_data_07.cc
tests/non_matching/coupling_08.cc

index 24b70dcdf768aa43c35344ed652ea2b9045eafed..1494b395586ca3336393fcd0c11eedbe68792145 100644 (file)
@@ -108,7 +108,7 @@ test()
 int
 main()
 {
-  initlog(1);
+  initlog(true);
 
   test<1, Functions::CutOffFunctionLinfty>();
   test<2, Functions::CutOffFunctionLinfty>();
index e47a88ec4e9bcd7d8fa36bcaa683e00840ea7df7..ca6233235ed2fe362498e6edff279b2b9166ad4d 100644 (file)
@@ -108,7 +108,7 @@ test()
 int
 main()
 {
-  initlog(1);
+  initlog(true);
 
   test<1, Functions::CutOffFunctionLinfty>();
   test<2, Functions::CutOffFunctionLinfty>();
index 7c1d3a919ee52b3f8a8cb73b13a8e8ba7537eaaf..e02422fa80c6f7160a706eb79d9b261b3b8c84d8 100644 (file)
@@ -77,7 +77,7 @@ test()
 int
 main()
 {
-  initlog(1);
+  initlog(true);
 
   test<1>();
   test<2>();
index 4fd542a131b1c890c4c13255d523337f2f8416c6..600ff9859e461f67f05764afb2ba06c11a158ba3 100644 (file)
@@ -32,7 +32,7 @@ example_function(const Point<2> &p, const double &d, const unsigned int i = 3)
 int
 main()
 {
-  initlog(1);
+  initlog(true);
 
   const Point<2> p(1, 2);
 
index d0aea62937c0cf379d7e75b7af5c5fcf2cd631f7..2812352cbbe9fdf922568edb422fd56824e667c5 100644 (file)
@@ -32,7 +32,7 @@ example_function(const Point<2> &p, const double &d, const unsigned int i = 3)
 int
 main()
 {
-  initlog(1);
+  initlog(true);
 
   const Point<2> p(1, 2);
   const Point<2> p2(2, 3);
index 90cf3906be7f312ad52475fa31f8027162dfe4cc..6bcc3a38b61131c7cb7303dc1910c8034f1033a0 100644 (file)
@@ -38,7 +38,7 @@
 int
 main()
 {
-  initlog(1);
+  initlog(true);
 
   ParsedConvergenceTable table({"u", "u", "p"}, {{VectorTools::H1_norm}, {}});
 
index c0aa5d16d81a47bc5c4f75d3b89d855adfe864c1..141f504df601f4c560a6c522188c46893c5bbe8f 100644 (file)
@@ -29,7 +29,7 @@
 int
 main()
 {
-  initlog(1);
+  initlog(true);
 
   const unsigned int    N = 20;
   std::vector<Point<2>> points(N);
index f6257b382cc1f5911de8772b16ba2dcfeccb4098..6bfb9c9e2c8efe79a3f69e6d0dc7b6fb710812b5 100644 (file)
@@ -87,7 +87,7 @@ test()
 int
 main()
 {
-  initlog(1);
+  initlog(true);
 
   test<1>();
   test<2>();
index 337c85bede1a8cd69e7109c1372f7a29728e58cb..6762769a47e84add875bfadd87e8ab2c7af4d3dd 100644 (file)
@@ -71,7 +71,7 @@ test()
 int
 main()
 {
-  initlog(1);
+  initlog(true);
 
   test<1>();
   test<2>();
index f32d043b499dbccce315272b2d74b39523eb1e13..d180de424471a07a435cc01f942f84b7578ec5a3 100644 (file)
@@ -124,7 +124,7 @@ test()
 int
 main()
 {
-  initlog(1);
+  initlog(true);
   MultithreadInfo::set_thread_limit(1); // to make output deterministic
 
   test<2, 2>();
index f88065a9edec458cf71bda5c8c65208f125648bd..f2420d66ce23ecb4d061d3d4a607494926a6d3ce 100644 (file)
@@ -169,7 +169,7 @@ test()
 int
 main()
 {
-  initlog(1);
+  initlog(true);
   MultithreadInfo::set_thread_limit(1); // to make output deterministic
 
   test<2, 2>();
index 6cbdcf698b076dd829dad7900936d0bba1fc4c7d..dfbfd41e48990506b31efb0386c9990ceb4706ea 100644 (file)
@@ -168,7 +168,7 @@ test()
 int
 main()
 {
-  initlog(1);
+  initlog(true);
   MultithreadInfo::set_thread_limit(1); // to make output deterministic
 
   test<2, 2>();
index 5630b5356f1a4dd685aa32b6da1638f820c9a37a..1e33f9f915e35420b47e859f1d0d13beaa130dfb 100644 (file)
@@ -176,7 +176,7 @@ test()
 int
 main()
 {
-  initlog(1);
+  initlog(true);
   MultithreadInfo::set_thread_limit(1); // to make output deterministic
 
   test<2, 2>();
index bd5916a00ada9e8f64ce558befb768a9c3fd5c1b..2e23dbe5218315e4d2e0a18aa7719d9822a49173 100644 (file)
@@ -151,7 +151,7 @@ test()
 int
 main()
 {
-  initlog(1);
+  initlog(true);
   test<1, 1, 1>();
   test<2, 1, 2>();
   test<2, 2, 2>();

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.