]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Testsuite: Fix invalid constructor calls
authorMatthias Maier <tamiko@43-1.org>
Mon, 7 Sep 2015 22:23:58 +0000 (17:23 -0500)
committerMatthias Maier <tamiko@43-1.org>
Mon, 7 Sep 2015 22:23:58 +0000 (17:23 -0500)
tests/mpi/periodicity_01.cc

index e81ce96e4585100a15d5604091622e21b50b222e..b2af14d1b5e68611474c6702c9dbc90f8f81237a 100644 (file)
@@ -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<dim> p1(true);
-            Point<dim> p2(true);
+            Point<dim> p1;
+            Point<dim> p2;
             for (unsigned int i=0; i<dim; ++i)
               p2(i)=1.0;
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.