From 592fb507332246bda918fb918a427d3ec0edac18 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Fri, 1 Jul 2011 02:14:01 +0000 Subject: [PATCH] Replace wrong loop bounds git-svn-id: https://svn.dealii.org/trunk@23899 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/event.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/base/event.h b/deal.II/include/deal.II/base/event.h index 79a0e7f19e..5dcba7beb7 100644 --- a/deal.II/include/deal.II/base/event.h +++ b/deal.II/include/deal.II/base/event.h @@ -234,7 +234,7 @@ namespace Algorithms if (flags.size() < event.flags.size()) flags.resize(event.flags.size()); - for (unsigned int i=0;i