From: Denis Davydov Date: Tue, 29 Mar 2016 21:29:59 +0000 (+0200) Subject: cleanup mpi/p4est_save_02 X-Git-Tag: v8.5.0-rc1~1153^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2431%2Fhead;p=dealii.git cleanup mpi/p4est_save_02 --- diff --git a/tests/mpi/p4est_save_02.cc b/tests/mpi/p4est_save_02.cc index 05676d3e44..dd5b71b02c 100644 --- a/tests/mpi/p4est_save_02.cc +++ b/tests/mpi/p4est_save_02.cc @@ -127,7 +127,7 @@ void test() PETScWrappers::MPI::Vector solution(locally_owned_dofs, MPI_COMM_WORLD); parallel::distributed::SolutionTransfer soltrans(dh); - solution = 2.0; + solution = 2; soltrans.deserialize(solution); for (unsigned int i=0; i