From d5c2950518098cf6470b88261ce4cbb7c3aa51d6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 11 Jul 2024 11:38:00 -0600 Subject: [PATCH] Remove an unnecessary 'typename'. --- examples/step-19/step-19.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5