]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Reindent.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 16 Jul 2009 17:22:02 +0000 (17:22 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 16 Jul 2009 17:22:02 +0000 (17:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@19096 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/geometry_info_6.cc

index 03dafbf788099053ebcb86744a64dfb6eef6a63e..f3067dd2ab781bad59c333183a9c3e14fc25f151 100644 (file)
@@ -38,7 +38,7 @@ void test ()
 
     Tensor<0,dim> determinants[GeometryInfo<dim>::vertices_per_cell];
     GeometryInfo<dim>::alternating_form_at_vertices (vertices,
-                                                         determinants);
+                                                    determinants);
     for (unsigned int v=0;v<GeometryInfo<dim>::vertices_per_cell;++v)
       {
        deallog << "Reference cell: " << determinants[v]
@@ -59,7 +59,7 @@ void test ()
 
     Tensor<0,dim> determinants[GeometryInfo<dim>::vertices_per_cell];
     GeometryInfo<dim>::alternating_form_at_vertices (vertices,
-                                                         determinants);
+                                                    determinants);
     for (unsigned int v=0;v<GeometryInfo<dim>::vertices_per_cell;++v)
       {
        deallog << "Squashed cell: " << determinants[v]
@@ -89,7 +89,7 @@ void test ()
 
     Tensor<0,dim> determinants[GeometryInfo<dim>::vertices_per_cell];
     GeometryInfo<dim>::alternating_form_at_vertices (vertices,
-                                                         determinants);
+                                                    determinants);
     for (unsigned int v=0;v<GeometryInfo<dim>::vertices_per_cell;++v)
       {
        deallog << "Squashed+rotated cell: " << determinants[v]
@@ -107,7 +107,7 @@ void test ()
     
     Tensor<0,dim> determinants[GeometryInfo<dim>::vertices_per_cell];
     GeometryInfo<dim>::alternating_form_at_vertices (vertices,
-                                                         determinants);
+                                                    determinants);
     for (unsigned int v=0;v<GeometryInfo<dim>::vertices_per_cell;++v)
       deallog << "Pinched cell: " << determinants[v]
              << std::endl;
@@ -123,7 +123,7 @@ void test ()
     
     Tensor<0,dim> determinants[GeometryInfo<dim>::vertices_per_cell];
     GeometryInfo<dim>::alternating_form_at_vertices (vertices,
-                                                         determinants);
+                                                    determinants);
     for (unsigned int v=0;v<GeometryInfo<dim>::vertices_per_cell;++v)
       deallog << "Inverted cell: " << determinants[v]
              << std::endl;

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.