From 08b8046b1d6a9560f30702718bbd7894c24d7905 Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 10 May 2000 12:11:11 +0000 Subject: New macros for calling C from fortran CCTK_mkdir -> CCTK_CreateDirectory git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@56 b589c3ab-70e8-4b4d-a09f-cba2dd200880 --- src/GHExtension.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GHExtension.c b/src/GHExtension.c index 6975cea..cc8d04f 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_mkdir (myGH->outdirScalar); + i = CCTK_CreateDirectory (myGH->outdirScalar,0755); if (i < 0) CCTK_VWarn (1, __LINE__, __FILE__, CCTK_THORNSTRING, "Problem creating Scalar output directory '%s'", myGH->outdirScalar); -- cgit v1.2.3