]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
make output reproducible
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 24 May 2007 15:11:00 +0000 (15:11 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 24 May 2007 15:11:00 +0000 (15:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@14701 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/user_data_01.cc
tests/deal.II/user_data_01/cmp/generic

index 25e93cbbd89fb8a23eee0bec968051a315b9cd85..c8a2e6f65a1356853094e28828fd3eebceba460e 100644 (file)
@@ -132,8 +132,8 @@ user_pointers(Triangulation<dim>& tr)
                                   // Check if they are still the same
   check_user_pointers(tr);
                                   // Create two pointer index clashes here
-  deallog << tr.begin()->user_index() << std::endl;
-  deallog << tr.begin()->user_pointer() << std::endl;
+  tr.begin()->user_index();
+  tr.begin()->user_pointer();
   
   
                                   // Check if save and load work
@@ -172,8 +172,8 @@ user_indices(Triangulation<dim>& tr)
                                   // Check if they are still the same
   check_user_indices(tr);
                                   // Create two pointer index clashes here
-  deallog << tr.begin()->user_pointer() << std::endl;
-  deallog << tr.begin()->user_index() << std::endl;
+  tr.begin()->user_pointer();
+  tr.begin()->user_index();
   
   
                                   // Check if save and load work
@@ -205,7 +205,7 @@ int main()
   deal_II_exceptions::disable_abort_on_exception();
   std::ofstream logfile("user_data_01/output");
   deallog.attach(logfile);
-  deallog.depth_console(10);
+  deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
 
   check<2>();
index 6edcfd5529cf253d5f2fc7e1351eaf91d75741eb..b870bcedca2e44e16d0d10c84b94c56ae441c82a 100644 (file)
@@ -3,7 +3,21 @@ DEAL::Pointers2D
 DEAL::.....................cells
 DEAL::........................................................faces
 DEAL::lines
-DEAL::Save/load2D
+DEAL::ExcPointerIndexClash()
+DEAL::ExcPointerIndexClash()
+DEAL::Save2D
+DEAL::Load2D
+DEAL::.....................cells
+DEAL::........................................................faces
+DEAL::lines
+DEAL::Indices2D
+DEAL::.....................cells
+DEAL::........................................................faces
+DEAL::lines
+DEAL::ExcPointerIndexClash()
+DEAL::ExcPointerIndexClash()
+DEAL::Save2D
+DEAL::Load2D
 DEAL::.....................cells
 DEAL::........................................................faces
 DEAL::lines
@@ -11,7 +25,21 @@ DEAL::Pointers3D
 DEAL::.........................................................................cells
 DEAL::..........................................................................................................................................................................................................................................................................................faces
 DEAL::..............................................................................................................................................................................................................................................................................................................................................................................lines
-DEAL::Save/load3D
+DEAL::ExcPointerIndexClash()
+DEAL::ExcPointerIndexClash()
+DEAL::Save3D
+DEAL::Load3D
+DEAL::.........................................................................cells
+DEAL::..........................................................................................................................................................................................................................................................................................faces
+DEAL::..............................................................................................................................................................................................................................................................................................................................................................................lines
+DEAL::Indices3D
+DEAL::.........................................................................cells
+DEAL::..........................................................................................................................................................................................................................................................................................faces
+DEAL::..............................................................................................................................................................................................................................................................................................................................................................................lines
+DEAL::ExcPointerIndexClash()
+DEAL::ExcPointerIndexClash()
+DEAL::Save3D
+DEAL::Load3D
 DEAL::.........................................................................cells
 DEAL::..........................................................................................................................................................................................................................................................................................faces
 DEAL::..............................................................................................................................................................................................................................................................................................................................................................................lines

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.