]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Comment unused parameter names.
authorDavid Wells <drwells@vt.edu>
Tue, 14 Apr 2015 13:03:38 +0000 (09:03 -0400)
committerDavid Wells <drwells@vt.edu>
Tue, 14 Apr 2015 13:03:38 +0000 (09:03 -0400)
source/fe/fe_q_hierarchical.cc
source/fe/mapping_fe.cc

index eb3350d14c745f79bac1b5fadd2c301337315bc2..9c24bd82cb245abe03c734def6dd4d07b1c1c17a 100644 (file)
@@ -125,8 +125,8 @@ FE_Q_Hierarchical<dim>::get_name () const
 template <int dim>
 void
 FE_Q_Hierarchical<dim>::interpolate(
-  std::vector<double>       &local_dofs,
-  const std::vector<double> &values) const
+  std::vector<double>       &/*local_dofs*/,
+  const std::vector<double> &/*values*/) const
 {
   // The default implementation
   // assumes that the FE has a delta property,
index f5960d832408c926b240688ab8af11f348201cf6..ee5c43ef4269577c8cf1f4db7cf119313f26847f 100644 (file)
@@ -1146,8 +1146,8 @@ MappingFE<dim,spacedim,DH,VECTOR>::compute_fill_face (
   std::vector<double>         &JxW_values,
   std::vector<Tensor<1,spacedim> > &boundary_forms,
   std::vector<Point<spacedim> > &normal_vectors,
-  std::vector<DerivativeForm<1,dim,spacedim> > &jacobians,
-  std::vector<DerivativeForm<1,spacedim,dim> > &inverse_jacobians) const
+  std::vector<DerivativeForm<1,dim,spacedim> > &/*jacobians*/,
+  std::vector<DerivativeForm<1,spacedim,dim> > &/*inverse_jacobians*/) const
 {
   compute_fill (cell, n_q_points, data_set, CellSimilarity::none,
                 data, quadrature_points);

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.