]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fixed indentation
authorMathias Anselmann <mathias.anselmann@posteo.de>
Wed, 5 Jun 2019 19:37:53 +0000 (21:37 +0200)
committerMathias Anselmann <mathias.anselmann@posteo.de>
Wed, 5 Jun 2019 19:37:53 +0000 (21:37 +0200)
tests/dofs/dof_tools_12a.cc

index 7edcf8aea4c14db7d0e69fd56392055175c64ab0..93f779b3aa567750462801ec5c91f082e4a3c380 100644 (file)
@@ -96,11 +96,11 @@ check(const FiniteElement<dim> &fe, const std::string &name)
 
   // setup hp DoFHandler
   hp::FECollection<dim> fe_collection(fe);
-  hp::DoFHandler<dim> hp_dof_handler(tria);
+  hp::DoFHandler<dim>   hp_dof_handler(tria);
   hp_dof_handler.distribute_dofs(fe_collection);
 
-  check_this<dim, DoFHandler<dim> >(dof_handler);
-  check_this<dim, hp::DoFHandler<dim> >(hp_dof_handler);
+  check_this<dim, DoFHandler<dim>>(dof_handler);
+  check_this<dim, hp::DoFHandler<dim>>(hp_dof_handler);
 }
 
 
@@ -141,7 +141,7 @@ main(int argc, char **argv)
   try
     {
       Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1);
-      MPILogInitAll logfile;
+      MPILogInitAll                    logfile;
 
       CHECK_ALL(Q, 1)
       CHECK_ALL(Q, 2)
@@ -235,6 +235,4 @@ main(int argc, char **argv)
               << std::endl;
       return 1;
     };
-
 }
-

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.