aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@d60812e6-3970-4df4-986e-c251b06effeb>2006-01-31 14:58:43 +0000
committerschnetter <schnetter@d60812e6-3970-4df4-986e-c251b06effeb>2006-01-31 14:58:43 +0000
commitc1e2e539033a46eaab845f38843105a4e2050028 (patch)
tree288110a80b6849b1d461ee084085b73d69fe7ffe
parent6fbf022a93592ea495dedd388c58ec4185e23228 (diff)
Remove newline from string literal
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHReduce/trunk@82 d60812e6-3970-4df4-986e-c251b06effeb
-rw-r--r--src/ReduceArraysGlobally.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ReduceArraysGlobally.c b/src/ReduceArraysGlobally.c
index b5418f9..5c2edc8 100644
--- a/src/ReduceArraysGlobally.c
+++ b/src/ReduceArraysGlobally.c
@@ -210,8 +210,7 @@ static int ReduceArraysGlobally (const cGH *GH,
}
else
{
- CCTK_WARN (0, "PUGHReduce Destination processor for global reduction\n \
- is out of bounds");
+ CCTK_WARN (0, "PUGHReduce Destination processor for global reduction is out of bounds");
}
#endif