From: Wolfgang Bangerth Date: Thu, 5 Apr 2018 23:20:42 +0000 (-0600) Subject: Fix a couple minor issues with #6161. X-Git-Tag: v9.0.0-rc1~223^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fe308d83fcfefbd63e96cc901107449e7ab93c2;p=dealii.git Fix a couple minor issues with #6161. --- 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 +}