From: wolf Date: Mon, 18 Nov 2002 16:02:52 +0000 (+0000) Subject: Make icc happier 2. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc8029ede173422ed4d68c0d7993061f4472d5d7;p=dealii-svn.git Make icc happier 2. git-svn-id: https://svn.dealii.org/trunk@6774 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;