From: Guido Kanschat Date: Mon, 15 Apr 2013 14:21:43 +0000 (+0000) Subject: fixing indentation X-Git-Tag: v8.0.0~702 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d60ca6eb812a93744f3b08974231d73fbeda2dd6;p=dealii.git fixing indentation git-svn-id: https://svn.dealii.org/trunk@29283 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/grid/grid_generator.cc b/deal.II/source/grid/grid_generator.cc index 72d561dbfc..f09d170ccc 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),