From: Timo Heister Date: Sun, 31 May 2015 01:11:59 +0000 (-0400) Subject: fix placement of deprecation keyword X-Git-Tag: v8.3.0-rc1~138^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F980%2Fhead;p=dealii.git fix placement of deprecation keyword --- 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