From 896673b08631633eaedb82df3f655569c9840943 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 18 Oct 2015 22:48:53 -0400 Subject: [PATCH] Remove a repeated typedef. --- include/deal.II/numerics/vector_tools.templates.h | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.39.5