From: David Wells Date: Mon, 19 Oct 2015 02:48:53 +0000 (-0400) Subject: Remove a repeated typedef. X-Git-Tag: v8.4.0-rc2~259^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1826%2Fhead;p=dealii.git Remove a repeated typedef. --- diff --git a/include/deal.II/numerics/vector_tools.templates.h b/include/deal.II/numerics/vector_tools.templates.h index 40c225477f..eb89957101 100644 --- a/include/deal.II/numerics/vector_tools.templates.h +++ b/include/deal.II/numerics/vector_tools.templates.h @@ -6907,9 +6907,6 @@ namespace VectorTools hp_fe_values.reinit(cell_point.first); const FEValues &fe_values = hp_fe_values.get_present_fe_values(); - // then use this to get the gradients of - // the given fe_function at this point - typedef typename InVector::value_type Number; std::vector > > u_gradient(1, std::vector > (fe.n_components())); fe_values.get_function_gradients(fe_function, u_gradient);