From 3fe308d83fcfefbd63e96cc901107449e7ab93c2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 5 Apr 2018 17:20:42 -0600 Subject: [PATCH] Fix a couple minor issues with #6161. --- doc/news/changes/minor/20180405WeixiongZheng | 2 +- source/grid/grid_generator.cc | 1 - tests/grid/extrude_orientation_03.cc | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/news/changes/minor/20180405WeixiongZheng b/doc/news/changes/minor/20180405WeixiongZheng index 02d9d14b9d..09ee4037d6 100644 --- a/doc/news/changes/minor/20180405WeixiongZheng +++ b/doc/news/changes/minor/20180405WeixiongZheng @@ -2,4 +2,4 @@ New: Extend GridGenerator::extrude_triangulation to using exact slicing z-axis values and reimplement the exsiting GridGenerator::extrude_triangulation using the newly developed overload.
-(Weixiong Zheng, 2018/04/05) \ No newline at end of file +(Weixiong Zheng, 2018/04/05) diff --git a/source/grid/grid_generator.cc b/source/grid/grid_generator.cc index cd44e3b4c9..9f461d62b3 100644 --- a/source/grid/grid_generator.cc +++ b/source/grid/grid_generator.cc @@ -4172,7 +4172,6 @@ namespace GridGenerator result.create_triangulation (points, cells, s); - } diff --git a/tests/grid/extrude_orientation_03.cc b/tests/grid/extrude_orientation_03.cc index 306ad1d8a1..5b661e7f84 100644 --- a/tests/grid/extrude_orientation_03.cc +++ b/tests/grid/extrude_orientation_03.cc @@ -66,4 +66,4 @@ int main() initlog(); test(); -} \ No newline at end of file +} -- 2.39.5