aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-05-10 14:03:14 +0000
committerallen <allen@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-05-10 14:03:14 +0000
commit5e4946d84f9abf20ab498c1759d510a5e23b65f1 (patch)
treeca9042b64cb6ebb58477cd98ea979162a76f25e0 /src
parent08b8046b1d6a9560f30702718bbd7894c24d7905 (diff)
Changed CreateDirectory
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@57 b589c3ab-70e8-4b4d-a09f-cba2dd200880
Diffstat (limited to 'src')
-rw-r--r--src/GHExtension.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GHExtension.c b/src/GHExtension.c
index cc8d04f..175daa5 100644
--- a/src/GHExtension.c
+++ b/src/GHExtension.c
@@ -72,7 +72,7 @@ int IOBasic_InitGH (cGH *GH)
/* create the output dir */
if (CCTK_MyProc (GH) == 0)
{
- i = CCTK_CreateDirectory (myGH->outdirScalar,0755);
+ i = CCTK_CreateDirectory (0755,myGH->outdirScalar);
if (i < 0)
CCTK_VWarn (1, __LINE__, __FILE__, CCTK_THORNSTRING,
"Problem creating Scalar output directory '%s'", myGH->outdirScalar);