From: kanschat Date: Thu, 24 May 2007 15:11:00 +0000 (+0000) Subject: make output reproducible X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c838393e9fcc4896b8e7da13e03649f6c36cc0c;p=dealii-svn.git make output reproducible git-svn-id: https://svn.dealii.org/trunk@14701 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/user_data_01.cc b/tests/deal.II/user_data_01.cc index 25e93cbbd8..c8a2e6f65a 100644 --- a/tests/deal.II/user_data_01.cc +++ b/tests/deal.II/user_data_01.cc @@ -132,8 +132,8 @@ user_pointers(Triangulation& 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& 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>(); diff --git a/tests/deal.II/user_data_01/cmp/generic b/tests/deal.II/user_data_01/cmp/generic index 6edcfd5529..b870bcedca 100644 --- a/tests/deal.II/user_data_01/cmp/generic +++ b/tests/deal.II/user_data_01/cmp/generic @@ -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