aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 26b5c8d..61fe3d3 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -156,9 +156,7 @@ static void *SetupGH (tFleshConfig *config, int convergence_level, cGH *GH)
/* get the name of IOPanda's output directory */
if (*out_dir == 0)
{
- out_dir = *(const char **)
- CCTK_ParameterGet ("out_dir", CCTK_ImplementationThorn ("IO"),
- NULL);
+ out_dir = io_out_dir;
}
/* skip the directory pathname if output goes into current directory */