From: wolf Date: Wed, 18 Dec 2002 20:28:44 +0000 (+0000) Subject: Replace invalid form of taking address of a member function. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4cae728314a27f9424016448ddfcca15047932a;p=dealii-svn.git Replace invalid form of taking address of a member function. git-svn-id: https://svn.dealii.org/trunk@6853 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparse_matrix.templates.h b/deal.II/lac/include/lac/sparse_matrix.templates.h index db7d609be0..3f235788ae 100644 --- a/deal.II/lac/include/lac/sparse_matrix.templates.h +++ b/deal.II/lac/include/lac/sparse_matrix.templates.h @@ -313,8 +313,8 @@ SparseMatrix::vmult (Vector& dst, const unsigned int , const unsigned int) const; const mem_fun_p comp - = &(SparseMatrix:: - template threaded_vmult); + = (&SparseMatrix:: + template threaded_vmult); Threads::ThreadManager thread_manager; for (unsigned int i=0; i::matrix_norm_square (const Vector& v) const const unsigned int , somenumber *) const; const mem_fun_p comp - = &(SparseMatrix:: - template threaded_matrix_norm_square); + = (&SparseMatrix:: + template threaded_matrix_norm_square); for (unsigned int i=0; i::matrix_scalar_product (const Vector& u, const unsigned int , somenumber *) const; const mem_fun_p comp - = &(SparseMatrix:: - template threaded_matrix_scalar_product); + = (&SparseMatrix:: + template threaded_matrix_scalar_product); for (unsigned int i=0; i