]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Marginally simplify one line of code.
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 25 Oct 2021 22:21:16 +0000 (16:21 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 28 Oct 2021 23:05:31 +0000 (17:05 -0600)
include/deal.II/numerics/data_out_dof_data.templates.h

index 0a279c1e97e005e62cf4c801864e2e1916307842..b48c7f7019834340c75035a152a03c6729c5933d 100644 (file)
@@ -296,8 +296,7 @@ namespace internal
                   generate_simplex_evaluation_points<dim>(n_subdivisions));
               else
                 quadrature_simplex = std::make_unique<Quadrature<dim>>(
-                  FE_SimplexP<dim, spacedim>(n_subdivisions)
-                    .get_unit_support_points());
+                  FE_SimplexP<dim>(n_subdivisions).get_unit_support_points());
             }
 
           if (needs_hypercube_setup)

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.