From: kronbichler Date: Fri, 31 Jan 2014 20:07:22 +0000 (+0000) Subject: Make compile again X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f4fec45693706e146b8b20d5c9e72f2d2dd79fd;p=dealii-svn.git Make compile again git-svn-id: https://svn.dealii.org/trunk@32362 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/matrix_block.h b/deal.II/include/deal.II/lac/matrix_block.h index 02938f4618..591f899180 100644 --- a/deal.II/include/deal.II/lac/matrix_block.h +++ b/deal.II/include/deal.II/lac/matrix_block.h @@ -388,8 +388,8 @@ private: */ BlockIndices column_indices; - template - friend void internal::reinit(MatrixBlock &, const BlockSparsityPattern &); + template + friend void internal::reinit(MatrixBlock &, const BlockSparsityPattern &); };