From: Wolfgang Bangerth Date: Fri, 22 May 2020 00:11:56 +0000 (-0600) Subject: Default the second template argument of Particles::DataOut. X-Git-Tag: v9.3.0-rc1~1595^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27d5d52d87f6c6e0830b4be438ccbc5c33f7ef7a;p=dealii.git Default the second template argument of Particles::DataOut. Like in many other classes, default 'spacedim' to 'dim'. --- diff --git a/include/deal.II/particles/data_out.h b/include/deal.II/particles/data_out.h index 4fad668684..745a8aaf82 100644 --- a/include/deal.II/particles/data_out.h +++ b/include/deal.II/particles/data_out.h @@ -40,7 +40,7 @@ namespace Particles * * @author Bruno Blais, Luca Heltai 2019 */ - template + template class DataOut : public dealii::DataOutInterface<0, spacedim> { public: