From 5be4bf619ac733e123a438fad502defc52632b94 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 1 Sep 2015 13:46:45 -0500 Subject: [PATCH] Bugfix: Fix syntax error in function.templates.h --- include/deal.II/base/function.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.39.5