]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Run astyle. 1724/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 7 Oct 2015 11:11:47 +0000 (06:11 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 7 Oct 2015 11:11:47 +0000 (06:11 -0500)
source/grid/grid_in.cc

index cf13f1a44696d1a4830eba154841651e18dde6cd..478895e53050916e44a28c42b902840e98c372ff 100644 (file)
@@ -466,7 +466,7 @@ void GridIn<dim, spacedim>::read_unv(std::istream &in)
 
       AssertThrow((type == 11)||(type == 44)||(type == 94)||(type == 115), ExcUnknownElementType(type));
 
-      if( (((type == 44)||(type == 94))&&(dim == 2)) || ((type == 115)&&(dim == 3)) ) // cell
+      if ( (((type == 44)||(type == 94))&&(dim == 2)) || ((type == 115)&&(dim == 3)) ) // cell
         {
           cells.push_back(CellData<dim>());
 
@@ -503,7 +503,7 @@ void GridIn<dim, spacedim>::read_unv(std::istream &in)
 
           no_line++;
         }
-      else if( ((type == 44)||(type == 94)) && (dim == 3) ) // boundary quad
+      else if ( ((type == 44)||(type == 94)) && (dim == 3) ) // boundary quad
         {
           subcelldata.boundary_quads.push_back(CellData<2>());
 
@@ -525,7 +525,7 @@ void GridIn<dim, spacedim>::read_unv(std::istream &in)
                      ExcMessage ("Unknown element label <"
                                  + Utilities::int_to_string(type)
                                  + "> when running in dim="
-                                 + Utilities::int_to_string(dim)));      
+                                 + Utilities::int_to_string(dim)));
     }
 
 // note that so far all materials and bcs are explicitly set to 0

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.