From 1ba09158e783da6c311998813ceb726ecc46db2d Mon Sep 17 00:00:00 2001 From: kronbichler Date: Wed, 4 Mar 2009 23:33:27 +0000 Subject: [PATCH] Fix compiler warning. git-svn-id: https://svn.dealii.org/trunk@18452 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/mesh_3d_21.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/bits/mesh_3d_21.cc b/tests/bits/mesh_3d_21.cc index 4ab07edcef..b9ca4c4ede 100644 --- a/tests/bits/mesh_3d_21.cc +++ b/tests/bits/mesh_3d_21.cc @@ -44,6 +44,7 @@ void check_this (Triangulation<3> &tria) for (unsigned int face_no=0; face_no::faces_per_cell; ++face_no) if (!cell->at_boundary(face_no)) + { if (cell->neighbor(face_no)->has_children()) // we are coarser than the neighbor for (unsigned int subface_no=0; @@ -81,6 +82,7 @@ void check_this (Triangulation<3> &tria) Assert (our_cell==cell, ExcInternalError()); deallog << "from fine to coarse and back: OK" <