From: kanschat Date: Mon, 15 Apr 2013 14:20:43 +0000 (+0000) Subject: another try X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b8eafc21c33031d2155fd3f2e5448d9a609d532;p=dealii-svn.git another try git-svn-id: https://svn.dealii.org/trunk@29282 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/grid/grid_generator.cc b/deal.II/source/grid/grid_generator.cc index f09d170ccc..72d561dbfc 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),