]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Reindent some parts.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 12 Jun 2011 23:15:47 +0000 (23:15 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 12 Jun 2011 23:15:47 +0000 (23:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@23806 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/index_set.h

index 50497516bb5e94abd046095ff361aa676f8fab5e..6d46fd7f80c0488dc575a309c448a355db60167a 100644 (file)
@@ -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 <class Archive>
     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 <class Archive>
-    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 <class Archive>
+         void serialize (Archive & ar, const unsigned int version);
     };
 
                                     /**
@@ -909,6 +907,8 @@ IndexSet::print (STREAM &out) const
   out << "}" << std::endl;
 }
 
+
+
 template <class Archive>
 inline
 void
@@ -916,7 +916,9 @@ IndexSet::Range::serialize (Archive & ar, const unsigned int)
 {
   ar & begin & end & nth_index_in_set;
 }
-   
+
+
+
 template <class Archive>
 inline
 void

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.