]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use create_triangulation_compatibility function.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Tue, 20 Dec 2005 18:21:13 +0000 (18:21 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Tue, 20 Dec 2005 18:21:13 +0000 (18:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@11896 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-14/step-14.cc

index 6126068763942c16dc91c79099d315dde8221320..ded31614560060b854157453a910562173889171 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.