From: Guido Kanschat Date: Mon, 15 Apr 2013 14:18:27 +0000 (+0000) Subject: testing hook X-Git-Tag: v8.0.0~705 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b847c863478c0ffaa8f9a589563575770521d593;p=dealii.git testing hook git-svn-id: https://svn.dealii.org/trunk@29280 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/grid/grid_generator.cc b/deal.II/source/grid/grid_generator.cc index 26a3602a7c..18cfc7ecf0 100644 --- a/deal.II/source/grid/grid_generator.cc +++ b/deal.II/source/grid/grid_generator.cc @@ -47,7 +47,7 @@ DEAL_II_NAMESPACE_OPEN namespace { // Corner points of the cube [-1,1]^3 - const Point<3> hexahedron[8] = + const Point<3> hexahedron[8] = { Point<3>(-1,-1,-1), Point<3>(+1,-1,-1),