From 5fa9c7a34c3e03d4a0197e8bba820a59c29aeaff Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 30 Mar 2000 13:09:08 +0000 Subject: [PATCH] Remove bogus indentations. git-svn-id: https://svn.dealii.org/trunk@2644 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_accessor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index 4b5f455258..155615d034 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -66,7 +66,7 @@ class TriaAccessor tria (parent) {}; -/** + /** * Copy operator. Since this is only * called from iterators, do not * return anything, since the @@ -933,7 +933,7 @@ class TriaObjectAccessor<1, dim> : public TriaAccessor void operator = (const TriaObjectAccessor<1, dim> &); -protected: + protected: /**@name Advancement of iterators*/ /*@{*/ @@ -1818,7 +1818,7 @@ class CellAccessor : public TriaObjectAccessor void clear_refine_flag () const; -/** + /** * Return whether the coarsen flag * is set or not. */ -- 2.39.5