]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Drop a now defaulted template argument. 10302/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 22 May 2020 00:14:40 +0000 (18:14 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 22 May 2020 00:14:40 +0000 (18:14 -0600)
examples/step-70/step-70.cc

index 755111398f9936a0b18ec02655004c84914c6d84..7408695097496d6fbecb868d64adf1ad7a416db4 100644 (file)
@@ -1764,7 +1764,7 @@ namespace Step70
     const unsigned int                          iter,
     const double                                time) const
   {
-    Particles::DataOut<spacedim, spacedim> particles_out;
+    Particles::DataOut<spacedim> particles_out;
     particles_out.build_patches(particles);
     const std::string filename =
       (fprefix + "-" + Utilities::int_to_string(iter) + ".vtu");

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.