]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Obsolete offset parameter removed
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Jul 2002 11:39:35 +0000 (11:39 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Jul 2002 11:39:35 +0000 (11:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@6279 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe.cc

index 07c679d31f57828439f9c6fadbd378afc0e43991..bb1f49f1f004410ef808e873446a77dbdaa25489 100644 (file)
@@ -407,7 +407,7 @@ void
 FiniteElementBase<dim>::
 compute_2nd (const Mapping<dim>                   &mapping,
             const typename DoFHandler<dim>::cell_iterator &cell,
-            const unsigned int                    offset,
+            const unsigned int,
             typename Mapping<dim>::InternalDataBase &mapping_internal,
             InternalDataBase                     &fe_internal,
             FEValuesData<dim>                    &data) const
@@ -469,11 +469,11 @@ compute_2nd (const Mapping<dim>                   &mapping,
                                       // cell
       for (unsigned int d=0; d<dim; ++d)
        {
-         Assert (diff_quot2.size() + offset <=
+         Assert (diff_quot2.size() <=
                  diff_quot[d].size(),
                  ExcInternalError());
          mapping.transform_covariant (&*diff_quot2.begin(), &*diff_quot2.end(),
-                                      diff_quot[d].begin()+offset,
+                                      diff_quot[d].begin(),
                                       mapping_internal);
 
          for (unsigned int q=0; q<n_q_points; ++q)

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.