From 9323f35317eca84b4664e96db7c18d8dc62d29a1 Mon Sep 17 00:00:00 2001 From: maier Date: Thu, 20 Jun 2013 11:19:53 +0000 Subject: [PATCH] Reindent git-svn-id: https://svn.dealii.org/trunk@29841 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/function.h | 2 +- deal.II/include/deal.II/base/tensor_function.h | 2 +- deal.II/source/base/function.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/include/deal.II/base/function.h b/deal.II/include/deal.II/base/function.h index ef407d0d97..28c7a262b2 100644 --- a/deal.II/include/deal.II/base/function.h +++ b/deal.II/include/deal.II/base/function.h @@ -853,7 +853,7 @@ private: * The TensorFunction object which we call when this class's * vector_value() or vector_value_list() functions are called. **/ - const TensorFunction<1,dim> & tensor_function; + const TensorFunction<1,dim> &tensor_function; /** * The first vector component whose value is to be filled by the given diff --git a/deal.II/include/deal.II/base/tensor_function.h b/deal.II/include/deal.II/base/tensor_function.h index a55fd65326..f602eb565d 100644 --- a/deal.II/include/deal.II/base/tensor_function.h +++ b/deal.II/include/deal.II/base/tensor_function.h @@ -53,7 +53,7 @@ DEAL_II_NAMESPACE_OPEN */ template class TensorFunction : public FunctionTime, - public Subscriptor + public Subscriptor { public: /** diff --git a/deal.II/source/base/function.cc b/deal.II/source/base/function.cc index 17187a03e4..d0ce25a6f8 100644 --- a/deal.II/source/base/function.cc +++ b/deal.II/source/base/function.cc @@ -591,7 +591,7 @@ vector_value (const Point &p, * to be size n_components. */ template -VectorFunctionFromTensorFunction::VectorFunctionFromTensorFunction (const TensorFunction<1,dim>& tensor_function, +VectorFunctionFromTensorFunction::VectorFunctionFromTensorFunction (const TensorFunction<1,dim> &tensor_function, const unsigned int selected_component, const unsigned int n_components) : -- 2.39.5