]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove an unused variable. 1181/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 23 Jul 2015 21:29:34 +0000 (16:29 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 23 Jul 2015 21:29:34 +0000 (16:29 -0500)
This must be a left-over from some earlier development.

include/deal.II/fe/mapping_q.h
source/fe/mapping_q.cc

index ff30ce782d9339ac5481b4546d99e32f67da8173..7c9c7613d1c4a4b232ed996dd13e5911ae0c4f5d 100644 (file)
@@ -167,14 +167,6 @@ public:
      */
     virtual std::size_t memory_consumption () const;
 
-    /**
-     * Unit normal vectors. Used for the alternative computation of the normal
-     * vectors. See doc of the @p alternative_normals_computation flag.
-     *
-     * Filled (hardcoded) once in @p get_face_data.
-     */
-    std::vector<std::vector<Point<dim> > > unit_normals;
-
     /**
      * Flag that is set by the <tt>fill_fe_[[sub]face]_values</tt> function.
      *
index d3ab6751692f9f3917f015c99c61e14e548cfbb2..e0831225e03d964c3f33ce9932df9957056a237f 100644 (file)
@@ -50,7 +50,6 @@ std::size_t
 MappingQ<dim,spacedim>::InternalData::memory_consumption () const
 {
   return (MappingQ1<dim,spacedim>::InternalData::memory_consumption () +
-          MemoryConsumption::memory_consumption (unit_normals) +
           MemoryConsumption::memory_consumption (use_mapping_q1_on_current_cell) +
           MemoryConsumption::memory_consumption (mapping_q1_data));
 }

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.