]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Mark some things as protected. 12671/head
authorDavid Wells <drwells@email.unc.edu>
Wed, 18 Aug 2021 20:08:50 +0000 (16:08 -0400)
committerDavid Wells <drwells@email.unc.edu>
Wed, 18 Aug 2021 20:08:50 +0000 (16:08 -0400)
These are protected, not private, in the base class.

include/deal.II/fe/mapping_fe_field.h

index 30d75708a4393902afa0bc9da2b8aaf1b24536d4..4809b1b68f3d3e4c3b6275701586ac85f5149867 100644 (file)
@@ -534,7 +534,7 @@ public:
     mutable std::vector<double> local_dof_values;
   };
 
-private:
+protected:
   // documentation can be found in Mapping::get_data()
   virtual std::unique_ptr<typename Mapping<dim, spacedim>::InternalDataBase>
   get_data(const UpdateFlags, const Quadrature<dim> &quadrature) const override;

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.