From: Wolfgang Bangerth Date: Thu, 11 Jul 2024 17:38:00 +0000 (-0600) Subject: Remove an unnecessary 'typename'. X-Git-Tag: v9.6.0-rc1~94^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17261%2Fhead;p=dealii.git Remove an unnecessary 'typename'. --- diff --git a/examples/step-19/step-19.cc b/examples/step-19/step-19.cc index b282bb4f1a..1ee3cad837 100644 --- a/examples/step-19/step-19.cc +++ b/examples/step-19/step-19.cc @@ -135,7 +135,7 @@ namespace Step19 void create_particles(); void move_particles(); void track_lost_particle( - const typename Particles::ParticleIterator &particle, + const Particles::ParticleIterator &particle, const typename Triangulation::active_cell_iterator &cell);