From: bangerth Date: Sun, 9 Sep 2007 04:32:24 +0000 (+0000) Subject: Outline taking the address of a function again since icc10 is unhappy with the curren... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16498aee5a387cd40b69b35da9914aa3935229ce;p=dealii-svn.git Outline taking the address of a function again since icc10 is unhappy with the current code... git-svn-id: https://svn.dealii.org/trunk@15180 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/derivative_approximation.cc b/deal.II/deal.II/source/numerics/derivative_approximation.cc index cce43642ae..df45dce7f4 100644 --- a/deal.II/deal.II/source/numerics/derivative_approximation.cc +++ b/deal.II/deal.II/source/numerics/derivative_approximation.cc @@ -641,11 +641,12 @@ approximate_derivative (const Mapping &mapping, const unsigned int , const IndexInterval &, Vector &); - + FunPtr fun_ptr = &DerivativeApproximation:: + template approximate; + for (unsigned int i=0; i) + threads += Threads::spawn (fun_ptr) (mapping, dof_handler, solution, component, index_intervals[i], derivative_norm);