From a53adb9cc0e9f152219c187c2d44bd14ab01a274 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Mon, 30 Dec 2013 07:43:47 +0000 Subject: [PATCH] Forgot to set default argument git-svn-id: https://svn.dealii.org/trunk@32128 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/trilinos_parallel_block_vector.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/lac/trilinos_parallel_block_vector.h b/deal.II/include/deal.II/lac/trilinos_parallel_block_vector.h index de56aa813d..4e990c1469 100644 --- a/deal.II/include/deal.II/lac/trilinos_parallel_block_vector.h +++ b/deal.II/include/deal.II/lac/trilinos_parallel_block_vector.h @@ -123,8 +123,7 @@ namespace TrilinosWrappers BlockVector (const std::vector ¶llel_partitioning, const std::vector &ghost_values, const MPI_Comm &communicator, - const bool vector_writable); - + const bool vector_writable = false); /** * Copy-Constructor. Set all the properties of the parallel vector to -- 2.39.5