From 021608a997556a9db460ae56e653c55016362ede Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sat, 30 May 2015 21:11:59 -0400 Subject: [PATCH] fix placement of deprecation keyword --- include/deal.II/lac/trilinos_block_vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/trilinos_block_vector.h b/include/deal.II/lac/trilinos_block_vector.h index 0ede0968ef..5061a2be42 100644 --- a/include/deal.II/lac/trilinos_block_vector.h +++ b/include/deal.II/lac/trilinos_block_vector.h @@ -101,7 +101,7 @@ namespace TrilinosWrappers * entries in Input_Maps. For this non-distributed vector, the %parallel * partitioning is not used, just the global size of the partitioner. */ - explicit BlockVector (const std::vector &partitioner DEAL_II_DEPRECATED); + explicit BlockVector (const std::vector &partitioner) DEAL_II_DEPRECATED; /** * Constructor. Generate a block vector with as many blocks as there are -- 2.39.5