From: Wolfgang Bangerth Date: Mon, 25 Oct 2021 22:21:16 +0000 (-0600) Subject: Marginally simplify one line of code. X-Git-Tag: v9.4.0-rc1~871^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7014b0762e188a17ef740bca299e1e4d2d9b042;p=dealii.git Marginally simplify one line of code. --- diff --git a/include/deal.II/numerics/data_out_dof_data.templates.h b/include/deal.II/numerics/data_out_dof_data.templates.h index 0a279c1e97..b48c7f7019 100644 --- a/include/deal.II/numerics/data_out_dof_data.templates.h +++ b/include/deal.II/numerics/data_out_dof_data.templates.h @@ -296,8 +296,7 @@ namespace internal generate_simplex_evaluation_points(n_subdivisions)); else quadrature_simplex = std::make_unique>( - FE_SimplexP(n_subdivisions) - .get_unit_support_points()); + FE_SimplexP(n_subdivisions).get_unit_support_points()); } if (needs_hypercube_setup)