From fc8029ede173422ed4d68c0d7993061f4472d5d7 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 18 Nov 2002 16:02:52 +0000 Subject: [PATCH] Make icc happier 2. git-svn-id: https://svn.dealii.org/trunk@6774 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_vanka.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/sparse_vanka.templates.h b/deal.II/lac/include/lac/sparse_vanka.templates.h index b3620670ea..db19779f85 100644 --- a/deal.II/lac/include/lac/sparse_vanka.templates.h +++ b/deal.II/lac/include/lac/sparse_vanka.templates.h @@ -597,7 +597,7 @@ void SparseBlockVanka::vmult (Vector &dst, typedef void (SparseVanka::*mem_fun_p) (Vector &, const Vector &, - const std::vector *) const; + const std::vector * const) const; const mem_fun_p comp = &SparseVanka::template apply_preconditioner; Threads::ThreadManager thread_manager; -- 2.39.5