From 6a26a063f0dc18f1a0c72fda91668ce6e1d8417d Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Tue, 29 Mar 2016 23:29:59 +0200 Subject: [PATCH] cleanup mpi/p4est_save_02 --- tests/mpi/p4est_save_02.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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