From: Matthias Maier Date: Mon, 7 Sep 2015 22:23:58 +0000 (-0500) Subject: Testsuite: Fix invalid constructor calls X-Git-Tag: v8.4.0-rc2~462^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8af00be2d8d7b7550a5485480f79e9b46b9c98d2;p=dealii.git Testsuite: Fix invalid constructor calls --- 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