]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix indentation.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Dec 2013 17:39:02 +0000 (17:39 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Dec 2013 17:39:02 +0000 (17:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@32052 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/numerics/derivative_approximation.cc

index 44b53627405f8050e658b5b07a917e2b5e077bc8..85edde6ed05a42c32396411031296caa647cca9b 100644 (file)
@@ -681,19 +681,19 @@ DerivativeApproximation::approximate (SynchronousIterators<std_cxx1x::tuple<type
                                       const unsigned int                            component)
 {
   // if the cell is not locally owned, then there is nothing to do
-    if (std_cxx1x::get<0>(cell.iterators)->is_locally_owned() == false)
-      *std_cxx1x::get<1>(cell.iterators) = 0;
-    else
-      {
-  typename DerivativeDescription::Derivative derivative;
-  // call the function doing the actual
-  // work on this cell
-  DerivativeApproximation::template approximate_cell<DerivativeDescription,dim,DH,InputVector>
-  (mapping,dof_handler,solution,component,std_cxx1x::get<0>(cell.iterators),derivative);
-  // evaluate the norm and fill the vector
-  //*derivative_norm_on_this_cell
-  *std_cxx1x::get<1>(cell.iterators) = DerivativeDescription::derivative_norm (derivative);
-      }
+  if (std_cxx1x::get<0>(cell.iterators)->is_locally_owned() == false)
+    *std_cxx1x::get<1>(cell.iterators) = 0;
+  else
+    {
+      typename DerivativeDescription::Derivative derivative;
+      // call the function doing the actual
+      // work on this cell
+      DerivativeApproximation::template approximate_cell<DerivativeDescription,dim,DH,InputVector>
+      (mapping,dof_handler,solution,component,std_cxx1x::get<0>(cell.iterators),derivative);
+      // evaluate the norm and fill the vector
+      //*derivative_norm_on_this_cell
+      *std_cxx1x::get<1>(cell.iterators) = DerivativeDescription::derivative_norm (derivative);
+    }
 }
 
 

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.