From: wolf Date: Tue, 16 May 2000 10:51:06 +0000 (+0000) Subject: Also templatize on output data type. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf668116d5d1b8a1103b8b06839dcad3f63a4fa7;p=dealii-svn.git Also templatize on output data type. git-svn-id: https://svn.dealii.org/trunk@2866 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_values.h b/deal.II/deal.II/include/fe/fe_values.h index b3ec0a389b..0a63bc791c 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -311,9 +311,9 @@ class FEValuesBase * #Vector#, or * #BlockVector#. */ - template + template void get_function_values (const InputVector &fe_function, - vector &values) const; + vector &values) const; /** * Access to vector valued finite @@ -330,9 +330,9 @@ class FEValuesBase * #Vector#, or * #BlockVector#. */ - template + template void get_function_values (const InputVector &fe_function, - vector > &values) const; + vector > &values) const; /** * Return the gradient of the #i#th shape