From: Matthias Maier Date: Tue, 1 Sep 2015 18:46:45 +0000 (-0500) Subject: Bugfix: Fix syntax error in function.templates.h X-Git-Tag: v8.4.0-rc2~492^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5be4bf619ac733e123a438fad502defc52632b94;p=dealii.git Bugfix: Fix syntax error in function.templates.h --- diff --git a/include/deal.II/base/function.templates.h b/include/deal.II/base/function.templates.h index 26b61b1f16..0cef312b70 100644 --- a/include/deal.II/base/function.templates.h +++ b/include/deal.II/base/function.templates.h @@ -584,7 +584,7 @@ ComponentSelectFunction::memory_consumption () const + ConstantFunction::memory_consumption()); } -+//--------------------------------------------------------------------------- +//--------------------------------------------------------------------------- template ScalarFunctionFromFunctionObject::