From 5609b993f32fe82fbba8779539d949756612516d Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Mon, 15 Dec 2003 14:25:00 +0000 Subject: [PATCH] computation time reduced git-svn-id: https://svn.dealii.org/trunk@8265 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/mesh_3d_15.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/bits/mesh_3d_15.cc b/tests/bits/mesh_3d_15.cc index 44b0109a11..aa532ef7e7 100644 --- a/tests/bits/mesh_3d_15.cc +++ b/tests/bits/mesh_3d_15.cc @@ -98,8 +98,9 @@ void check (Triangulation<3> &tria) deallog << "Initial check" << std::endl; check_this (tria); - - for (unsigned int r=0; r<3; ++r) +//TODO:[WB] Is there a reason to do this three times? +// Changed to two. Guido + for (unsigned int r=0; r<2; ++r) { tria.refine_global (1); deallog << "Check " << r << std::endl; -- 2.39.5