summaryrefslogtreecommitdiff
path: root/src/main/ActiveThorns.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-09-21 19:19:45 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-09-21 19:19:45 +0000
commitd1bce8af6b0df847251c75ebc25e2f4e424f3743 (patch)
tree416d75076503118b9e5db0317a05d81465c81456 /src/main/ActiveThorns.c
parenta18663af71c3f2df30461243b26051e362ee5d95 (diff)
Cactus/783 and a bit more
Changed banner information to look something like: -------------------------------------------------------------------------------- Version: 4.0.b11 Compile date: Sep 21 2001 (20:54:30) Run date: Sep 21 2001 (21:17:58) Run host: gullveig.aei.mpg.de Parameter file: test_WaveToy2D.par -------------------------------------------------------------------------------- git-svn-id: http://svn.cactuscode.org/flesh/trunk@2376 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/ActiveThorns.c')
-rw-r--r--src/main/ActiveThorns.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/ActiveThorns.c b/src/main/ActiveThorns.c
index a9890541..c61350f3 100644
--- a/src/main/ActiveThorns.c
+++ b/src/main/ActiveThorns.c
@@ -294,16 +294,12 @@ int CCTKi_RegisterThorn(const struct iAttributeList *attributes)
int CCTKi_ActivateThorn(const char *name)
{
int retval;
- char filename[500];
t_sktree *thornnode;
t_sktree *impnode;
struct THORN *thorn;
struct IMPLEMENTATION *imp;
- CCTK_ParameterFilename(500,filename);
-
- printf("Running parameter file %s\n",filename);
printf("Activating thorn %s...", name);
/* Find the thorn */