]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Properly indent.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 7 Mar 2003 20:30:21 +0000 (20:30 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 7 Mar 2003 20:30:21 +0000 (20:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@7279 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/mapping_q1.cc

index e17c9f1aca598af610f38f3e734960876ed143c0..0987f78500a449c414f76bfa580624d67336854e 100644 (file)
@@ -611,33 +611,33 @@ MappingQ1<dim>::compute_fill_face (const typename DoFHandler<dim>::cell_iterator
       switch (dim)
        {
          case 2:
-       {
-         for (; result != end; ++result, ++tang1)
-           cross_product (*result, *tang1);
-         break;
-       };
+          {
+            for (; result != end; ++result, ++tang1)
+              cross_product (*result, *tang1);
+            break;
+          };
 
          case 3:
-       {
-         Assert (face_no+GeometryInfo<dim>::faces_per_cell <
-                 data.unit_tangentials.n_rows(),
-                 ExcInternalError());
-         Assert (data.aux[1].size() <=
-                 data.unit_tangentials[face_no+GeometryInfo<dim>::faces_per_cell].size(),
-                 ExcInternalError());
-         transform_contravariant(data.aux[1].begin(),
-                                 data.aux[1].end(),
-                                 data.unit_tangentials[
-                                   face_no+GeometryInfo<dim>::faces_per_cell].begin(),
-                                 data);
-         const Tensor<1,dim> *tang2 = data.aux[1].begin();
-         for (;result != end; ++result, ++tang1, ++tang2)
-           cross_product (*result, *tang1, *tang2);
-         break;
-       };
+          {
+            Assert (face_no+GeometryInfo<dim>::faces_per_cell <
+                    data.unit_tangentials.n_rows(),
+                    ExcInternalError());
+            Assert (data.aux[1].size() <=
+                    data.unit_tangentials[face_no+GeometryInfo<dim>::faces_per_cell].size(),
+                    ExcInternalError());
+            transform_contravariant(data.aux[1].begin(),
+                                    data.aux[1].end(),
+                                    data.unit_tangentials[
+                                      face_no+GeometryInfo<dim>::faces_per_cell].begin(),
+                                    data);
+            const Tensor<1,dim> *tang2 = data.aux[1].begin();
+            for (;result != end; ++result, ++tang1, ++tang2)
+              cross_product (*result, *tang1, *tang2);
+            break;
+          };
 
          default:
-           Assert(false, ExcNotImplemented());
+                Assert(false, ExcNotImplemented());
        }
       
       if (update_flags & (update_normal_vectors

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.