From c0e06de66fc65b0bb7949a89c713ff4c7c03ddd9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 5 Nov 2014 21:52:09 -0600 Subject: [PATCH] Fix an oversight that prevented code from compiling. --- include/deal.II/lac/petsc_vector_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5