From 6eedc0d394487dd4c80781ee230feb68dfdda112 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Wed, 25 Jan 2012 06:26:51 +0100 Subject: [PATCH] add newline --- openmp/prefix/hillis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmp/prefix/hillis.c b/openmp/prefix/hillis.c index d29d552..6343724 100644 --- a/openmp/prefix/hillis.c +++ b/openmp/prefix/hillis.c @@ -39,7 +39,7 @@ void algorithm (numtype x[], unsigned long size, unsigned int ops[]) { #pragma omp parallel for shared (x, y, ops, k) private (i) for (i=k; i