From e7f94aaabf15b7721c0d35a59e63f34b1185d9eb Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 3 Jun 2011 20:43:42 +0000 Subject: [PATCH] Fix indentation problem. git-svn-id: https://svn.dealii.org/trunk@23789 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_values.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/include/deal.II/fe/fe_values.h b/deal.II/include/deal.II/fe/fe_values.h index a519bb86ef..02b9773df2 100644 --- a/deal.II/include/deal.II/fe/fe_values.h +++ b/deal.II/include/deal.II/fe/fe_values.h @@ -3027,7 +3027,7 @@ class FEValuesBase : protected FEValuesData, * calls to reinit() in order to compute the cell similarity. */ boost::signals2::connection tria_listener; - + /** * A function that is connected to the triangulation in * order to reset the stored 'present_cell' iterator to an invalid @@ -3035,7 +3035,7 @@ class FEValuesBase : protected FEValuesData, * becomes invalid. */ void invalidate_present_cell (); - + /** * This function is called by the various reinit() functions in derived * classes. Given the cell indicated by the argument, test whether @@ -3047,7 +3047,7 @@ class FEValuesBase : protected FEValuesData, */ void maybe_invalidate_previous_present_cell (const typename Triangulation::cell_iterator &cell); - + /** * Storage for the mapping object. */ @@ -4154,7 +4154,7 @@ namespace FEValuesViews } } } -} + } template inline -- 2.39.5