From: Wolfgang Bangerth Date: Fri, 22 May 2020 00:14:40 +0000 (-0600) Subject: Drop a now defaulted template argument. X-Git-Tag: v9.3.0-rc1~1595^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32cab589d4dbbd14cb7f65f75c7ec2caf3847fe9;p=dealii.git Drop a now defaulted template argument. --- 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");