From 8bbe241bd100cbe78819c135da8088ccf85eaf54 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 5 Sep 2002 18:55:57 +0000 Subject: [PATCH] Remove a syntax error. git-svn-id: https://svn.dealii.org/trunk@6365 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_vanka.templates.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/deal.II/lac/include/lac/sparse_vanka.templates.h b/deal.II/lac/include/lac/sparse_vanka.templates.h index 143d1a8885..6047a2baf7 100644 --- a/deal.II/lac/include/lac/sparse_vanka.templates.h +++ b/deal.II/lac/include/lac/sparse_vanka.templates.h @@ -593,14 +593,12 @@ void SparseBlockVanka::vmult (Vector &dst, // make it simpler for the // compiler by giving it the // correct type right away: - typedef - void (SparseVanka::*mem_fun_p) + typedef void (SparseVanka::*mem_fun_p) (Vector &, const Vector &, const std::vector *) const; const mem_fun_p comp - = &(SparseVanka:: - template apply_preconditioner); + = &SparseVanka::template apply_preconditioner; Threads::ThreadManager thread_manager; for (unsigned int block=0; block