From: kanschat Date: Mon, 15 Aug 2011 09:16:02 +0000 (+0000) Subject: resolve problem with serialization X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21bf1357837145a1bea62c68f92020dde5ee47b2;p=dealii-svn.git resolve problem with serialization git-svn-id: https://svn.dealii.org/trunk@24065 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/block_indices.h b/deal.II/include/deal.II/lac/block_indices.h index ca481c2e9b..3a4720d1c6 100644 --- a/deal.II/include/deal.II/lac/block_indices.h +++ b/deal.II/include/deal.II/lac/block_indices.h @@ -16,6 +16,7 @@ #include #include #include +#include #include DEAL_II_NAMESPACE_OPEN @@ -210,9 +211,9 @@ class BlockIndices : public Subscriptor * @author Guido Kanschat * @date 2011 */ -template -STREAM& -operator << (STREAM& s, const BlockIndices& bi) +inline +LogStream& +operator << (LogStream& s, const BlockIndices& bi) { const unsigned int n = bi.size(); s << n << ":[";