From: Wolfgang Bangerth Date: Thu, 6 Nov 2014 03:52:09 +0000 (-0600) Subject: Fix an oversight that prevented code from compiling. X-Git-Tag: v8.2.0-rc1~84^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F224%2Fhead;p=dealii.git Fix an oversight that prevented code from compiling. --- diff --git a/include/deal.II/lac/petsc_vector_base.h b/include/deal.II/lac/petsc_vector_base.h index 8a67bf503e..37f98f72a1 100644 --- a/include/deal.II/lac/petsc_vector_base.h +++ b/include/deal.II/lac/petsc_vector_base.h @@ -587,7 +587,7 @@ namespace PETScWrappers * natively supported and thus the cost is completely equivalent as * calling the two methods separately. */ - PetscScalar add_and_dot (const Number a, + PetscScalar add_and_dot (const PetscScalar a, const VectorBase &V, const VectorBase &W);