]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove an unused member variable. 12673/head
authorDavid Wells <drwells@email.unc.edu>
Wed, 18 Aug 2021 20:04:19 +0000 (16:04 -0400)
committerDavid Wells <drwells@email.unc.edu>
Wed, 18 Aug 2021 20:04:19 +0000 (16:04 -0400)
Now that we have hp::Collection (see 84f55c7706) this field is no longer used.

include/deal.II/hp/q_collection.h

index bc53eea112913d477ba5fad4d1052704d83957cf..abe324c012931d3b06a451fd0e50ba9563b33ac3 100644 (file)
@@ -124,13 +124,6 @@ namespace hp
      * Exception
      */
     DeclException0(ExcNoQuadrature);
-
-  private:
-    /**
-     * The real container, which stores pointers to the different quadrature
-     * objects.
-     */
-    std::vector<std::shared_ptr<const Quadrature<dim>>> quadratures;
   };
 
 

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.