]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Change unsigned const int to const unsigned int.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Fri, 28 Mar 2008 11:53:16 +0000 (11:53 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Fri, 28 Mar 2008 11:53:16 +0000 (11:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@15942 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/tria_accessor.templates.h

index f7a251b7bd0200ed5001c77da071582306a4864f..548d0c4b8e68711dc29d73724854fb1a03973917 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -327,7 +327,7 @@ TriaObjectAccessor<1,dim>::has_children () const
 template <int dim>
 inline
 int
-TriaObjectAccessor<1,dim>::child_index (unsigned const int i) const
+TriaObjectAccessor<1,dim>::child_index (const unsigned int i) const
 {
   Assert (i<2, ExcIndexRange(i,0,2));
   Assert (has_children(), TriaAccessorExceptions::ExcCellHasNoChildren());

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.