]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make MappingCartesian::InternalData public
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Fri, 1 Oct 2021 13:25:57 +0000 (15:25 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Fri, 1 Oct 2021 13:25:57 +0000 (15:25 +0200)
include/deal.II/fe/mapping_cartesian.h

index d77ff126c7ec1a1ea4dfee708f1ae2550fa45f71..525f0906d84d37b46984a0a21eb46227228f5710 100644 (file)
@@ -181,8 +181,6 @@ public:
     dealii::internal::FEValuesImplementation::MappingRelatedData<dim, spacedim>
       &output_data) const;
 
-
-private:
   /**
    * @name Interface with FEValues
    * @{
@@ -235,6 +233,7 @@ private:
     std::vector<Point<dim>> quadrature_points;
   };
 
+private:
   // documentation can be found in Mapping::requires_update_flags()
   virtual UpdateFlags
   requires_update_flags(const UpdateFlags update_flags) 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.