From: Wolfgang Bangerth Date: Thu, 23 Dec 2021 02:08:02 +0000 (-0700) Subject: Omit unnecessary template argument. X-Git-Tag: v9.4.0-rc1~716^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13108%2Fhead;p=dealii.git Omit unnecessary template argument. --- diff --git a/examples/step-19/step-19.cc b/examples/step-19/step-19.cc index b197b16933..76f6faf6a2 100644 --- a/examples/step-19/step-19.cc +++ b/examples/step-19/step-19.cc @@ -943,7 +943,7 @@ namespace Step19 // properties -- namely, as a single vector indicating the velocity, rather // than as `dim` scalar properties. The rest is then the same as above: { - Particles::DataOut particle_out; + Particles::DataOut particle_out; particle_out.build_patches( particle_handler, std::vector(dim, "velocity"),