summaryrefslogtreecommitdiff
path: root/src/main/Banner.c
diff options
context:
space:
mode:
authorjmasso <jmasso@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-29 18:36:54 +0000
committerjmasso <jmasso@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-29 18:36:54 +0000
commit5c2bd166a265c649eb531c7b78e4ce2ec9db23d0 (patch)
tree03f5a15d9132445214c84fd5493b377c952c39ac /src/main/Banner.c
parent997762a18f1f1720f301799e715faec97f87e049 (diff)
Some cleaning, info calls, banners, etc.
and changing the default of PUGH::padding_active to "no". This obscure thingy is in principle only useful on the T3E... - Joan git-svn-id: http://svn.cactuscode.org/flesh/trunk@819 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/Banner.c')
-rw-r--r--src/main/Banner.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/Banner.c b/src/main/Banner.c
index 0909f6d3..e3f0675b 100644
--- a/src/main/Banner.c
+++ b/src/main/Banner.c
@@ -1,4 +1,4 @@
- /*@@
+/*@@
@file Banner.c
@date July 16 00:11:26 1999
@author Gabrielle Allen
@@ -95,9 +95,9 @@ void CCTK_PrintBanners(void)
{
printf("-------------------------------------------------------------------------------------\n");
printf("%s\n",banner_strings[i]);
- printf("-------------------------------------------------------------------------------------\n");
}
}
+ printf("-------------------------------------------------------------------------------------\n");
}
}