From 1ae230d8c525a2c4f229c65b659fdbfbcf558f50 Mon Sep 17 00:00:00 2001 From: Graham Harper Date: Tue, 31 Jul 2018 01:47:58 +0000 Subject: [PATCH] Correct spacing between function definitions --- source/fe/fe_bernardi_raugel.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/fe/fe_bernardi_raugel.cc b/source/fe/fe_bernardi_raugel.cc index 4c9885cb61..97d98a2f1d 100644 --- a/source/fe/fe_bernardi_raugel.cc +++ b/source/fe/fe_bernardi_raugel.cc @@ -79,6 +79,7 @@ FE_BernardiRaugel::get_name() const } + template std::unique_ptr> FE_BernardiRaugel::clone() const @@ -127,6 +128,7 @@ FE_BernardiRaugel::convert_generalized_support_point_values_to_dof_values( } + template std::vector FE_BernardiRaugel::get_dpo_vector() @@ -143,6 +145,7 @@ FE_BernardiRaugel::get_dpo_vector() } + template void FE_BernardiRaugel::initialize_support_points() -- 2.39.5