]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid warnings with unused variables. 2480/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 7 Apr 2016 20:47:43 +0000 (15:47 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 7 Apr 2016 20:47:43 +0000 (15:47 -0500)
source/fe/mapping_manifold.cc

index fa516e13d9ea1db84ae33363ea573c022f41072c..f59bb63be0fde4301d28b638d87d2224d7748133 100644 (file)
@@ -78,7 +78,6 @@ initialize (const UpdateFlags      update_flags,
 
   // Store the quadrature
   this->quad = q;
-  const unsigned int n_q_points = q.size();
 
   // Resize the weights
   this->vertex_weights.resize(GeometryInfo<dim>::vertices_per_cell);
@@ -181,7 +180,7 @@ MappingManifold<dim,spacedim>::MappingManifold ()
 
 
 template<int dim, int spacedim>
-MappingManifold<dim,spacedim>::MappingManifold (const MappingManifold<dim,spacedim> &mapping)
+MappingManifold<dim,spacedim>::MappingManifold (const MappingManifold<dim,spacedim> &)
 {}
 
 
@@ -198,8 +197,8 @@ MappingManifold<dim,spacedim>::clone () const
 template<int dim, int spacedim>
 Point<dim>
 MappingManifold<dim,spacedim>::
-transform_real_to_unit_cell (const typename Triangulation<dim,spacedim>::cell_iterator &cell,
-                             const Point<spacedim> &p) const
+transform_real_to_unit_cell (const typename Triangulation<dim,spacedim>::cell_iterator &,
+                             const Point<spacedim> &) const
 {
   Assert(false, ExcNotImplemented());
   return Point<dim>();

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.