From: wolf Date: Thu, 5 Sep 2002 18:55:57 +0000 (+0000) Subject: Remove a syntax error. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bbe241bd100cbe78819c135da8088ccf85eaf54;p=dealii-svn.git Remove a syntax error. git-svn-id: https://svn.dealii.org/trunk@6365 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 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