From 78f45807a21085912ebdb756b3b27cc5a4e1297c Mon Sep 17 00:00:00 2001 From: schnetter Date: Sun, 4 Apr 2004 20:09:42 +0000 Subject: Reformat comment git-svn-id: http://svn.cactuscode.org/flesh/trunk@3641 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/comm/CactusDefaultComm.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/comm') diff --git a/src/comm/CactusDefaultComm.c b/src/comm/CactusDefaultComm.c index f8b28ab0..7644d159 100644 --- a/src/comm/CactusDefaultComm.c +++ b/src/comm/CactusDefaultComm.c @@ -652,7 +652,7 @@ int CactusDefaultGroupStorageIncrease (const cGH *GH, int n_groups, { /* Since the old enable and disable group storage just returned true or * false and did all timelevels, only enable storage if timelevels is - not 0 + * not 0 */ if(CCTK_QueryGroupStorageI(GH, groups[i])) { @@ -761,7 +761,8 @@ int CactusDefaultGroupStorageDecrease (const cGH *GH, int n_groups, if(groups[i] >= 0) { /* Since the old enable and disable group storage just returned true or - * false and did all timelevels, only disable storage if timelevels is 0 + * false and did all timelevels, only disable storage if timelevels is + * 0 */ if(CCTK_QueryGroupStorageI(GH, groups[i])) { -- cgit v1.2.3