From 93acab55205a243539bb1394ab4b98ac744a9181 Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 10 May 2000 12:19:18 +0000 Subject: CCTK_mkdir -> CCTK_CreateDirectroy git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@8 38c3d835-c875-442e-b0fe-21c19ce1d001 --- src/GHExtension.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3