From 9e583270fb3876239d8c614e2060c3e16552ed8e Mon Sep 17 00:00:00 2001 From: kanschat Date: Mon, 27 Aug 2012 12:33:48 +0000 Subject: [PATCH] better revert everything git-svn-id: https://svn.dealii.org/trunk@26128 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/grid/grid_tools.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/source/grid/grid_tools.cc b/deal.II/source/grid/grid_tools.cc index a97cf9aa93..750aad1dcd 100644 --- a/deal.II/source/grid/grid_tools.cc +++ b/deal.II/source/grid/grid_tools.cc @@ -734,7 +734,7 @@ namespace GridTools // (if the cell was already in the list then // the std::set makes sure that we get it only // once) - adjacent_cells.insert (neighbor); + adjacent_cells.insert (cell->neighbor(face)); goto next_cell; } } -- 2.39.5