]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove a repeated typedef. 1826/head
authorDavid Wells <wellsd2@rpi.edu>
Mon, 19 Oct 2015 02:48:53 +0000 (22:48 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Mon, 2 Nov 2015 14:31:05 +0000 (09:31 -0500)
include/deal.II/numerics/vector_tools.templates.h

index 40c225477fcb5cf3c506c8294af499edcec05efe..eb8995710122d37b84ea9e23f94d140333dd6b8f 100644 (file)
@@ -6907,9 +6907,6 @@ namespace VectorTools
     hp_fe_values.reinit(cell_point.first);
     const FEValues<dim, spacedim> &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<std::vector<Tensor<1, dim, Number> > >
     u_gradient(1, std::vector<Tensor<1, dim, Number> > (fe.n_components()));
     fe_values.get_function_gradients(fe_function, u_gradient);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.