aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@38c3d835-c875-442e-b0fe-21c19ce1d001>2000-05-10 12:19:18 +0000
committerallen <allen@38c3d835-c875-442e-b0fe-21c19ce1d001>2000-05-10 12:19:18 +0000
commit93acab55205a243539bb1394ab4b98ac744a9181 (patch)
treed0cf61bdc67af3b7ce4ce71686d7ad0463fdfdd1 /src
parent7a308bf34c39c6f7a5e248965ee1786dde0e9458 (diff)
CCTK_mkdir -> CCTK_CreateDirectroy
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@8 38c3d835-c875-442e-b0fe-21c19ce1d001
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 b68459e..cdc4859 100644
--- a/src/GHExtension.c
+++ b/src/GHExtension.c
@@ -70,7 +70,7 @@ int IOPanda_InitGH (cGH *GH)
if (CCTK_MyProc (GH) == 0) {
FILE *fp;
- i = CCTK_mkdir (myGH->outdir3D);
+ i = CCTK_CreateDirectory(myGH->outdir3D,0755);
if (i < 0)
CCTK_VWarn (1, __LINE__, __FILE__, CCTK_THORNSTRING,
"Problem creating IOPanda 3D output directory '%s'", myGH->outdir3D);