From 48dde07150c37663bc3da8e1d355258c2733f59b Mon Sep 17 00:00:00 2001 From: kanschat Date: Tue, 28 Jun 2011 18:17:53 +0000 Subject: [PATCH] Header git-svn-id: https://svn.dealii.org/trunk@23875 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/parallel.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deal.II/include/deal.II/base/parallel.h b/deal.II/include/deal.II/base/parallel.h index 9c977004c8..4fa79b5a67 100644 --- a/deal.II/include/deal.II/base/parallel.h +++ b/deal.II/include/deal.II/base/parallel.h @@ -1,8 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ -// Version: $Name$ // -// Copyright (C) 2008, 2009 by the deal.II authors +// Copyright (C) 2008, 2009, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -203,7 +202,9 @@ namespace parallel * An algorithm that performs the action * *out++ = predicate(*in1++, *in2++) * where the in1 iterator - * ranges over the given input range. + * ranges over the given input + * range, using the parallel for + * operator of tbb. * * This algorithm does pretty much what * std::transform does. The difference is -- 2.39.5