]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Don't use empty class decls {};, but rather put the braces on separate lines. This...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 2 Oct 2000 13:33:46 +0000 (13:33 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 2 Oct 2000 13:33:46 +0000 (13:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@3370 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_handler.h
deal.II/deal.II/include/grid/grid_out.h
deal.II/deal.II/include/grid/tria.h
deal.II/deal.II/include/grid/tria_levels.h
deal.II/deal.II/include/multigrid/mg_dof_accessor.h
deal.II/deal.II/include/multigrid/mg_dof_handler.h
deal.II/lac/include/lac/solver_cg.h
deal.II/lac/include/lac/solver_minres.h
deal.II/lac/include/lac/solver_qmrs.h

index 1770c7d84e36e416d7de5db2c6390d14b55a3228..a63945377e3e7a46d7efab72d33cf975b3e7137d 100644 (file)
@@ -33,6 +33,7 @@ template <int dim, typename Accessor> class TriaIterator;
 template <int dim, typename Accessor> class TriaActiveIterator;
 template <int dim> class Triangulation;
 
+
 /**
  * Define some types which differ between the dimensions. This class
  * is analogous to the @ref{TriaDimensionInfo} class hierarchy.
@@ -44,7 +45,9 @@ template <int dim> class Triangulation;
  */
 template <int dim>
 class DoFDimensionInfo
-{};
+{
+};
+
 
 
 /**
@@ -1151,6 +1154,7 @@ class DoFHandler  :  public Subscriptor,
 };
 
 
+
 /* ----------------------- Inline functions ---------------------------------- */
 
 
@@ -1162,6 +1166,7 @@ unsigned int DoFHandler<dim>::n_dofs () const
 };
 
 
+
 template <int dim>
 inline
 const FiniteElement<dim> & DoFHandler<dim>::get_fe () const
index cb9638ab800c683a4fa8b50b8e6cd111feb173f1..553ed40e99b30a6ce979852de2e72b3f05e287cb 100644 (file)
@@ -253,7 +253,8 @@ class GridOut
                                      */
     template <int dim>
     struct EpsFlags : public EpsFlagsBase 
-    {};
+    {
+    };
 
 //#if (__GNUC__==2) && (__GNUC_MINOR__ < 95)
 //    template <>
index a437192dbfc58047e4dff5ac3f1d3d5a2ba043ec..1c8b78fa84065bcf4ae6f355b7506e9bca55a77c 100644 (file)
@@ -158,7 +158,8 @@ struct SubCellData
  */
 template <int dim>
 class TriaDimensionInfo
-{};
+{
+};
 
 
 
@@ -345,7 +346,8 @@ class TriaDimensionInfo<3>
  */
 template <int dim>
 struct TriaNumberCache
-{};
+{
+};
 
 /**
  * Cache class used to store the number of used and active elements
index 0f1e0de6b4a50496a991ce39051c02c0aaf13bf1..dc4341c7f947f3fbdbd929c4efd747ebbbee0966 100644 (file)
@@ -31,7 +31,8 @@
  */
 template <int dim>
 class TriangulationLevel
-{};
+{
+};
 
 
 /**
index a0d2e3fea0e9a4004a5e7972eee33c286bbc7f5a..9818eb400b1dbbfd52558cd8b4ddcfab72a8eb64 100644 (file)
@@ -161,7 +161,8 @@ class MGDoFObjectAccessor_Inheritance<dim,dim>
 template <int celldim, int dim>
 class MGDoFObjectAccessor :  public MGDoFAccessor<dim>,
                             public MGDoFObjectAccessor_Inheritance<celldim, dim>::BaseClass
-{};
+{
+};
 
 
 /**
index 083e179de02f6ec55c344ad4fb1b8c697b5d9916..6257e280f3b97f4dc2553fdd59a3769d35c6ebce 100644 (file)
@@ -31,7 +31,8 @@ template <int celldim, int dim> class MGDoFObjectAccessor;
  */
 template <int dim>
 class MGDoFDimensionInfo
-{};
+{
+};
 
 
 
index f46afc73ed8d0ceef04f24e93dd53d291125d329..9e04fa9134858873801896ceb3519c4b1bae18ac 100644 (file)
@@ -53,7 +53,9 @@ class SolverCG : private Solver<VECTOR>
                                      * solver. This solver does not
                                      * need additional data yet.
                                      */
-    struct AdditionalData {};
+    struct AdditionalData
+    {
+    };
 
                                     /**
                                      * Constructor.
index 1119e34a339f22af7dccdaf0bb08bbe96a3aa86f..b332dff9d07c8fbf29bb704f43f03309d1bea5b2 100644 (file)
@@ -57,7 +57,9 @@ class SolverMinRes : private Solver<VECTOR>
                                      * solver. This solver does not
                                      * need additional data yet.
                                      */
-    struct AdditionalData {};
+    struct AdditionalData
+    {
+    };
 
                                     /**
                                      * Constructor.
index ae929e11b0a60de86e89aae5fd411a354d474fa2..8cf343f4b15ebc41e93813725b3e74c5b0b74025 100644 (file)
@@ -85,11 +85,13 @@ class SolverQMRS : private Solver<VECTOR>
                       double breakdown=1.e-16) :
                        exact_residual(exact_residual),
                        breakdown(breakdown)
-         {}
+         {};
+       
                                         /**
                                          * Flag for exact computation of residual.
                                          */
        bool exact_residual;
+       
                                         /**
                                          * Breakdown threshold.
                                          */

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.