From: Graham Harper Date: Tue, 31 Jul 2018 01:47:58 +0000 (+0000) Subject: Correct spacing between function definitions X-Git-Tag: v9.1.0-rc1~846^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ae230d8c525a2c4f229c65b659fdbfbcf558f50;p=dealii.git Correct spacing between function definitions --- 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()