From 567f255bb9e72b1faf7765660c8f5a199e891f1b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 21 Sep 2007 20:04:15 +0000 Subject: [PATCH] Re-indent git-svn-id: https://svn.dealii.org/trunk@15232 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-14/step-14.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index 32b076cb8e..1db22c5051 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -1683,8 +1683,8 @@ namespace Data // but we don't want that here, // so we give an empty object: coarse_grid.create_triangulation (vertices, - cells, - SubCellData()); + cells, + SubCellData()); // And since we want that the // evaluation point (3/4,3/4) in -- 2.39.5