From: kanschat Date: Mon, 15 Apr 2013 14:18:27 +0000 (+0000) Subject: testing hook X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=298fa41fe79df81b3b07711c086c4f33d9ed46d5;p=dealii-svn.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),