From: Wolfgang Bangerth Date: Tue, 31 Oct 2017 00:06:40 +0000 (-0600) Subject: Rename a template argument. Make the argument 'const'. X-Git-Tag: v9.0.0-rc1~837^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5363%2Fhead;p=dealii.git Rename a template argument. Make the argument 'const'. --- diff --git a/include/deal.II/numerics/vector_tools.templates.h b/include/deal.II/numerics/vector_tools.templates.h index 67f9375c07..dc42b5bfab 100644 --- a/include/deal.II/numerics/vector_tools.templates.h +++ b/include/deal.II/numerics/vector_tools.templates.h @@ -114,10 +114,10 @@ namespace VectorTools // reinit()'d for the current cell // function_values, offset: function_values is manipulated in place // starting at position offset - template + template void transform(const typename FiniteElementData::Conformity conformity, const unsigned int offset, - T2 &fe_values_jacobians, + const FEValuesType &fe_values_jacobians, T3 &function_values) { switch (conformity) @@ -206,11 +206,11 @@ namespace VectorTools // [ rest see above] // Output: the offset after we have handled the element at // a given offset - template + template unsigned int apply_transform(const FiniteElement &fe, const unsigned int offset, - T2 &fe_values_jacobians, + const FEValuesType &fe_values_jacobians, T3 &function_values) { if (const auto *system =