From: guido Date: Thu, 25 Jul 2002 11:39:35 +0000 (+0000) Subject: Obsolete offset parameter removed X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2134360206b25562f8072c52e3e3b93357246fb2;p=dealii-svn.git Obsolete offset parameter removed git-svn-id: https://svn.dealii.org/trunk@6279 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe.cc b/deal.II/deal.II/source/fe/fe.cc index 07c679d31f..bb1f49f1f0 100644 --- a/deal.II/deal.II/source/fe/fe.cc +++ b/deal.II/deal.II/source/fe/fe.cc @@ -407,7 +407,7 @@ void FiniteElementBase:: compute_2nd (const Mapping &mapping, const typename DoFHandler::cell_iterator &cell, - const unsigned int offset, + const unsigned int, typename Mapping::InternalDataBase &mapping_internal, InternalDataBase &fe_internal, FEValuesData &data) const @@ -469,11 +469,11 @@ compute_2nd (const Mapping &mapping, // cell for (unsigned int d=0; d