From 6df324d81b6916ada637943fe8fdd20a57b9f380 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Tue, 20 Dec 2005 18:21:13 +0000 Subject: [PATCH] Use create_triangulation_compatibility function. git-svn-id: https://svn.dealii.org/trunk@11896 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-14/step-14.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index 6126068763..ded3161456 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -4,7 +4,7 @@ /* $Id$ */ /* Version: $Name$ */ /* */ -/* Copyright (C) 2002, 2003, 2004 by the deal.II authors */ +/* Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors */ /* */ /* This file is subject to QPL and may not be distributed */ /* without copyright and license information. Please refer */ @@ -1703,9 +1703,9 @@ namespace Data // triangulation to the library, // but we don't want that here, // so we give an empty object: - coarse_grid.create_triangulation (vertices, - cells, - SubCellData()); + coarse_grid.create_triangulation_compatibility (vertices, + cells, + SubCellData()); // And since we want that the // evaluation point (3/4,3/4) in -- 2.39.5