summaryrefslogtreecommitdiff
path: root/src/main/Startup.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-18 13:16:21 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-18 13:16:21 +0000
commit6a3465e8855b85442fb763c2bba8fb922268547e (patch)
treec9cf9d5c47585f25ab72cadee7559af5ed59a1a2 /src/main/Startup.c
parent3b2fc0abc72f26b8bb5b7fdb112802779db64987 (diff)
Changes to banner string for compiler
git-svn-id: http://svn.cactuscode.org/flesh/trunk@735 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/Startup.c')
-rw-r--r--src/main/Startup.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/main/Startup.c b/src/main/Startup.c
index 01f0f292..1ea8b998 100644
--- a/src/main/Startup.c
+++ b/src/main/Startup.c
@@ -4,21 +4,7 @@ int Cactus_Startup(void)
const char *string;
- string = "
- \\ |/
- /--\\
- \\| .|- \\ | | | /
- | . |
- | . |- - Cactus 4.0 -
- -| |
- | / | / | | | \\
- \\| |/
- | . | Thorny problems in Numerical Relativity and Beyond
- | |-
- \\ / Credits: Tom Goodale, Joan Masso, Paul Walker and Gabrielle Allen
- -------- Including contributions from many worldwide collaborators
- \\______/
- ";
+ string = " \\ |/\n /--\\\n \\| .|- \\ | | | / \n | . |\n | . |- - Cactus 4.0 -\n -| |\n | / | / | | | \\\n \\| |/\n | . | Thorny problems in Numerical Relativity and Beyond\n | |-\n \\ / Credits: Tom Goodale, Joan Masso, Paul Walker and Gabrielle Allen\n -------- Including contributions from many worldwide collaborators\n \\______/\n ";
CCTK_RegisterBanner(string);