From 21bf1357837145a1bea62c68f92020dde5ee47b2 Mon Sep 17 00:00:00 2001 From: kanschat Date: Mon, 15 Aug 2011 09:16:02 +0000 Subject: [PATCH] resolve problem with serialization git-svn-id: https://svn.dealii.org/trunk@24065 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/block_indices.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 << ":["; -- 2.39.5