From: wolf Date: Thu, 30 Jun 2005 20:14:37 +0000 (+0000) Subject: Reindent. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5ba2a4bd5e64bc6906890a6aef30d70eb7ce02d;p=dealii-svn.git Reindent. git-svn-id: https://svn.dealii.org/trunk@11009 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/function.cc b/deal.II/base/source/function.cc index 14be94768e..611fc3945c 100644 --- a/deal.II/base/source/function.cc +++ b/deal.II/base/source/function.cc @@ -327,7 +327,7 @@ ConstantFunction::ConstantFunction (const double value, const unsigned int n_components) : ZeroFunction (n_components), - function_value (value) + function_value (value) {}