]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Reorder member functions.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 Aug 2011 19:16:00 +0000 (19:16 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 Aug 2011 19:16:00 +0000 (19:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@24183 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/quadrature.h

index a2aba45f49278e44a16dbc6a9fead9de20a6c34f..003c52b014bc4a181d14fd640d0b55fc9bf5c02b 100644 (file)
@@ -182,6 +182,11 @@ class Quadrature : public Subscriptor
                                      */
     Quadrature (const Point<dim> &point);
 
+                                    /**
+                                     * Virtual destructor.
+                                     */
+    virtual ~Quadrature ();
+
                                     /**
                                      * Assignment operator. Copies
                                      * contents of #weights and
@@ -189,7 +194,7 @@ class Quadrature : public Subscriptor
                                      * size.
                                      */
     Quadrature& operator = (const Quadrature<dim>&);
-    
+
                      /**
                                      *  Test for equality of two quadratures.
                                      */
@@ -202,11 +207,6 @@ class Quadrature : public Subscriptor
                                      */
     void initialize(const std::vector<Point<dim> > &points,
                    const std::vector<double>      &weights);
-    
-                                    /**
-                                     * Virtual destructor.
-                                     */
-    virtual ~Quadrature ();
 
                                     /**
                                      * Number of quadrature points.
@@ -247,9 +247,9 @@ class Quadrature : public Subscriptor
     std::size_t memory_consumption () const;
 
                          /**
-                      * Write or read the data of this object to or 
+                      * Write or read the data of this object to or
                       * from a stream for the purpose of serialization.
-                      */ 
+                      */
     template <class Archive>
     void serialize (Archive & ar, const unsigned int version);
 

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.