From 8af00be2d8d7b7550a5485480f79e9b46b9c98d2 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 7 Sep 2015 17:23:58 -0500 Subject: [PATCH] Testsuite: Fix invalid constructor calls --- tests/mpi/periodicity_01.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/mpi/periodicity_01.cc b/tests/mpi/periodicity_01.cc index e81ce96e45..b2af14d1b5 100644 --- a/tests/mpi/periodicity_01.cc +++ b/tests/mpi/periodicity_01.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2001 - 2014 by the deal.II authors +// Copyright (C) 2001 - 2015 by the deal.II authors // // This file is part of the deal.II library. // @@ -471,8 +471,8 @@ namespace Step40 if (dim==3) reps.push_back(2); - Point p1(true); - Point p2(true); + Point p1; + Point p2; for (unsigned int i=0; i