From 32cab589d4dbbd14cb7f65f75c7ec2caf3847fe9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 21 May 2020 18:14:40 -0600 Subject: [PATCH] Drop a now defaulted template argument. --- examples/step-70/step-70.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-70/step-70.cc b/examples/step-70/step-70.cc index 755111398f..7408695097 100644 --- a/examples/step-70/step-70.cc +++ b/examples/step-70/step-70.cc @@ -1764,7 +1764,7 @@ namespace Step70 const unsigned int iter, const double time) const { - Particles::DataOut particles_out; + Particles::DataOut particles_out; particles_out.build_patches(particles); const std::string filename = (fprefix + "-" + Utilities::int_to_string(iter) + ".vtu"); -- 2.39.5