From 947b8de48555f29e72a98460d84eae4fa06bcc6a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 14 Apr 2014 16:48:58 +0000 Subject: [PATCH] Undo a commit from a couple of weeks ago that I thought might address bug #197 (https://code.google.com/p/dealii/issues/detail?id=197) but in reality only made it worse since it now also makes build_tests/step-49.{debug,release} fail. git-svn-id: https://svn.dealii.org/trunk@32775 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/grid/grid_generator.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deal.II/source/grid/grid_generator.cc b/deal.II/source/grid/grid_generator.cc index 2a466932c8..06a3b147e7 100644 --- a/deal.II/source/grid/grid_generator.cc +++ b/deal.II/source/grid/grid_generator.cc @@ -1,7 +1,7 @@ // --------------------------------------------------------------------- // $Id$ // -// Copyright (C) 1999 - 2013 by the deal.II authors +// Copyright (C) 1999 - 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -3428,8 +3428,6 @@ namespace GridGenerator GridTools::delete_duplicated_vertices (vertices, cells, subcell_data, considered_vertices); - GridReordering::reorder_cells (cells); - result.clear (); result.create_triangulation (vertices, cells, subcell_data); } -- 2.39.5