From: kronbichler Date: Mon, 30 Dec 2013 07:43:47 +0000 (+0000) Subject: Forgot to set default argument X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92ce66643768e4bf3c1cede422f514ef811d89b9;p=dealii-svn.git Forgot to set default argument git-svn-id: https://svn.dealii.org/trunk@32128 0785d39b-7218-0410-832d-ea1e28bc413d --- 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