From f4afa7cfeee4793e5dda0ab784dd569af31d5fa6 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 7 Aug 2007 19:08:03 +0000 Subject: [PATCH] A few stylistic changes. No content difference. git-svn-id: https://svn.dealii.org/trunk@14919 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/table.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/base/include/base/table.h b/deal.II/base/include/base/table.h index d2dcb437ae..6ac48a062d 100644 --- a/deal.II/base/include/base/table.h +++ b/deal.II/base/include/base/table.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -556,7 +556,7 @@ class TableBase : public Subscriptor * Size of the table in direction * i. */ - unsigned int size (unsigned int i) const; + unsigned int size (const unsigned int i) const; /** * Return the sizes of this @@ -1820,7 +1820,7 @@ namespace internal subobject_size *= table.size()[N-p]; const pointer new_data = data + i*subobject_size; return Accessor (table, new_data); - }; + } } @@ -2124,8 +2124,8 @@ TableBase::position (const TableIndices &indices) const for (unsigned int n=1; n