summaryrefslogtreecommitdiff
path: root/src/comm
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-04-04 20:09:42 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-04-04 20:09:42 +0000
commit78f45807a21085912ebdb756b3b27cc5a4e1297c (patch)
tree9de03dfc16d64d3d2bea8c72c0dd8f14aecaa0c3 /src/comm
parent68b86abd77b6e48bb71250aa3fe4872fb0fef738 (diff)
Reformat comment
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3641 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/comm')
-rw-r--r--src/comm/CactusDefaultComm.c5
1 files changed, 3 insertions, 2 deletions
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]))
{