]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor indentation changes.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 20 Nov 2013 14:00:04 +0000 (14:00 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 20 Nov 2013 14:00:04 +0000 (14:00 +0000)
git-svn-id: https://svn.dealii.org/trunk@31725 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/numerics/vector_tools.templates.h

index 93e6847b74e0940da95d3c85f76a481706eb3ef8..a3748c86b89a4210f2e1643058f12fd076e5307d 100644 (file)
@@ -5218,9 +5218,11 @@ namespace VectorTools
         case H1_norm:
           exponent = 2.;
           break;
+         
         case L1_norm:
           exponent = 1.;
           break;
+         
         default:
           break;
         }
@@ -5233,15 +5235,19 @@ namespace VectorTools
         case W1p_seminorm:
         case W1infty_seminorm:
           update_flags |= UpdateFlags (update_gradients);
-          if (spacedim == dim+1) update_flags |= UpdateFlags (update_normal_vectors);
+          if (spacedim == dim+1)
+           update_flags |= UpdateFlags (update_normal_vectors);
 
           break;
+
         case H1_norm:
         case W1p_norm:
         case W1infty_norm:
           update_flags |= UpdateFlags (update_gradients);
-          if (spacedim == dim+1) update_flags |= UpdateFlags (update_normal_vectors);
+          if (spacedim == dim+1)
+           update_flags |= UpdateFlags (update_normal_vectors);
           // no break!
+         
         default:
           update_flags |= UpdateFlags (update_values);
           break;

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.