]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Probably the smallest cleanups ever.
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 26 Jun 2017 23:42:56 +0000 (17:42 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 26 Jun 2017 23:42:56 +0000 (17:42 -0600)
include/deal.II/dofs/dof_handler.h

index ed3b85383f0f8a1e8c6900963bfa97abbfe9aa5d..360461f0e06272c76d8ba82668f1bfe7b018e33b 100644 (file)
@@ -309,7 +309,7 @@ public:
   /**
    * Constructor. Take @p tria as the triangulation to work on.
    */
-  DoFHandler ( const Triangulation<dim,spacedim> &tria);
+  DoFHandler (const Triangulation<dim,spacedim> &tria);
 
   /**
    * Copy constructor. DoFHandler objects are large and expensive.
@@ -1058,7 +1058,7 @@ private:
                                          const unsigned int fe_index,
                                          const unsigned int local_index) const;
 
-  template<int structdim>
+  template <int structdim>
   void set_dof_index (const unsigned int obj_level,
                       const unsigned int obj_index,
                       const unsigned int fe_index,

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.