]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Omit unnecessary template argument. 13108/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 23 Dec 2021 02:08:02 +0000 (19:08 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 23 Dec 2021 02:08:02 +0000 (19:08 -0700)
examples/step-19/step-19.cc

index b197b16933fea634652791c5abd6187c539c4bff..76f6faf6a227fd60472981df5a146d0081b11d06 100644 (file)
@@ -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<dim, dim> particle_out;
+      Particles::DataOut<dim> particle_out;
       particle_out.build_patches(
         particle_handler,
         std::vector<std::string>(dim, "velocity"),

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.