From: Guido Kanschat Date: Mon, 15 Aug 2011 09:16:02 +0000 (+0000) Subject: resolve problem with serialization X-Git-Tag: v8.0.0~3703 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44d784cc2ff365e8908620c71bcf1fa02d688b15;p=dealii.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 << ":[";