]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Micro clean-up.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 14 Apr 2000 13:36:20 +0000 (13:36 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 14 Apr 2000 13:36:20 +0000 (13:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@2724 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe.h

index da23ce0be463fb4d3eeb7658489671dbc0111329..1cb9ff8727fd22f02febee8e3bb6475cc5071a79 100644 (file)
@@ -1596,14 +1596,14 @@ class FiniteElement : public FiniteElementBase<dim>
                                      * function.
                                      */
     virtual void get_local_mass_matrix (const DoFHandler<dim>::cell_iterator &cell,
-                                       FullMatrix<double>            &local_mass_matrix) const =0;
+                                       FullMatrix<double> &local_mass_matrix) const =0;
 
                                     /**
                                      * Number of base elements in a mixed
                                      * discretization. This function returns
                                      * 1 for simple elements.
                                      */
-    virtual unsigned int n_base_elements() const;
+    virtual unsigned int n_base_elements () const;
     
                                     /**
                                      * Access to base element
@@ -1615,7 +1615,7 @@ class FiniteElement : public FiniteElementBase<dim>
                                      * components of mixed
                                      * discretizations.
                                      */
-    virtual const FiniteElement<dim>& base_element(unsigned int index) const;
+    virtual const FiniteElement<dim>& base_element (const unsigned int index) const;
     
                                     /**
                                      * Exception

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.