From: Wolfgang Bangerth Date: Sun, 26 May 2013 15:41:12 +0000 (+0000) Subject: Fix an oversight (thanks to Alexander Grayver for pointing it out). X-Git-Tag: v8.0.0~428 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27882c1c9fe84f834d3988a44da70e74c858a869;p=dealii.git Fix an oversight (thanks to Alexander Grayver for pointing it out). git-svn-id: https://svn.dealii.org/trunk@29609 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/geometry_info.h b/deal.II/include/deal.II/base/geometry_info.h index b2d09128bc..5bc1ce7c3b 100644 --- a/deal.II/include/deal.II/base/geometry_info.h +++ b/deal.II/include/deal.II/base/geometry_info.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011, 2012 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -1208,8 +1208,8 @@ struct GeometryInfo<0> * from one cell, whereas it is according to the standard looking at it from the * neighboring cell sharing that particular face. In order to cope with this, * two flags face_flip and face_rotation are available, to - * represent rotations by 90 and 180 degree, respectively. Setting both flags - * accumulates to a rotation of 270 degrees (all counterclockwise). You can ask + * represent rotations by 180 and 90 degree, respectively. Setting both flags + * amounts to a rotation of 270 degrees (all counterclockwise). You can ask * the cell for these flags like for the face_orientation. In order to * enable rotated faces, even lines can deviate from their standard direction in * 3d. This information is available as the line_orientation flag for