From d3022c743346a7aaf33f5c47cdd44196d8ade022 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 12 Jun 2011 23:15:47 +0000 Subject: [PATCH] Reindent some parts. git-svn-id: https://svn.dealii.org/trunk@23806 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/index_set.h | 34 +++++++++++++----------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/deal.II/include/deal.II/base/index_set.h b/deal.II/include/deal.II/base/index_set.h index 50497516bb..6d46fd7f80 100644 --- a/deal.II/include/deal.II/base/index_set.h +++ b/deal.II/include/deal.II/base/index_set.h @@ -289,7 +289,6 @@ class IndexSet */ void block_read(std::istream & in); - #ifdef DEAL_II_USE_TRILINOS /** * Given an MPI communicator, @@ -364,10 +363,10 @@ class IndexSet << "The global index " << arg1 << " is not an element of this set."); - /** - * Write or read the data of this object to or - * from a stream for the purpose of serialization - */ + /** + * Write or read the data of this object to or + * from a stream for the purpose of serialization + */ template void serialize (Archive & ar, const unsigned int version); @@ -430,17 +429,16 @@ class IndexSet } std::size_t memory_consumption () const - { - return sizeof(Range); - } + { + return sizeof(Range); + } - /** - * Write or read the data of this object to or - * from a stream for the purpose of serialization - */ - template - void serialize (Archive & ar, const unsigned int version); - + /** + * Write or read the data of this object to or + * from a stream for the purpose of serialization + */ + template + void serialize (Archive & ar, const unsigned int version); }; /** @@ -909,6 +907,8 @@ IndexSet::print (STREAM &out) const out << "}" << std::endl; } + + template inline void @@ -916,7 +916,9 @@ IndexSet::Range::serialize (Archive & ar, const unsigned int) { ar & begin & end & nth_index_in_set; } - + + + template inline void -- 2.39.5