]> https://gitweb.dealii.org/ - dealii.git/commitdiff
When obvious, do not name unused parameters. 798/head
authorDavid Wells <drwells@vt.edu>
Tue, 14 Apr 2015 13:04:02 +0000 (09:04 -0400)
committerDavid Wells <drwells@vt.edu>
Tue, 14 Apr 2015 13:04:02 +0000 (09:04 -0400)
include/deal.II/meshworker/integration_info.h
source/fe/mapping_fe.cc

index eb7892ba8d37651919a37c407b6c54d515e131bf..bd272a5eebb74e6b30a7e8a0f9517d999cc46f60 100644 (file)
@@ -816,7 +816,7 @@ namespace MeshWorker
     const FiniteElement<dim,sdim> &el,
     const Mapping<dim,sdim> &mapping,
     const AnyData &data,
-    const MGLevelObject<VECTOR> &dummy,
+    const MGLevelObject<VECTOR> &,
     const BlockInfo *block_info)
   {
     initialize(el, mapping, block_info);
index ee5c43ef4269577c8cf1f4db7cf119313f26847f..c8343e5f0323c5b6ed8d4b7a1d1d8759c81b2ce1 100644 (file)
@@ -700,7 +700,7 @@ void MappingFE<dim,spacedim,DH,VECTOR>::transform
 (const VectorSlice<const std::vector<Tensor<2, dim> > >     input,
  VectorSlice<std::vector<Tensor<2,spacedim> > >             output,
  const typename Mapping<dim,spacedim>::InternalDataBase &mapping_data,
- const MappingType mapping_type) const
+ const MappingType) const
 {
   (void)input;
   (void)output;

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.