]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Indent.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Oct 2011 11:11:14 +0000 (11:11 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Oct 2011 11:11:14 +0000 (11:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@24598 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/distributed/solution_transfer.cc

index 0bcc2658de7b450944e035173f12b783035ce806..faf2c655f6ba4b88da2aae2b456dd8efe8580872 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2009, 2010 by the deal.II authors
+//    Copyright (C) 2009, 2010, 2011 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -93,20 +93,19 @@ namespace parallel
     SolutionTransfer<dim, VECTOR, DH>::
     prepare_for_coarsening_and_refinement (const std::vector<const VECTOR*> &all_in)
     {
-      
       input_vectors = all_in;
-         register_data_attach( get_data_size() * input_vectors.size() );
+      register_data_attach( get_data_size() * input_vectors.size() );
     }
 
 
 
-       template<int dim, typename VECTOR, class DH>
+    template<int dim, typename VECTOR, class DH>
     void
     SolutionTransfer<dim, VECTOR, DH>::
-       register_data_attach(const std::size_t size)
-       {
-         Assert(size > 0, ExcMessage("Please transfer at least one vector!"));
-         
+    register_data_attach(const std::size_t size)
+    {
+      Assert(size > 0, ExcMessage("Please transfer at least one vector!"));
+
 //TODO: casting away constness is bad
       parallel::distributed::Triangulation<dim> * tria
        = (dynamic_cast<parallel::distributed::Triangulation<dim>*>
@@ -121,10 +120,10 @@ namespace parallel
                                                     std_cxx1x::_1,
                                                     std_cxx1x::_2,
                                                     std_cxx1x::_3));
-         
-       }
 
-  
+    }
+
+
 
     template<int dim, typename VECTOR, class DH>
     void
@@ -178,7 +177,7 @@ namespace parallel
 
          // this makes interpolate() happy
          input_vectors.resize(all_in.size());
-         
+
          interpolate(all_in);
        }
 

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.