aboutsummaryrefslogtreecommitdiff
path: root/src/GHExtension.c
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-02-05 16:55:12 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-02-05 16:55:12 +0000
commit7079fc913dbf1e017f05387e04b7b79c6704ef22 (patch)
treee0bcd2f45a138a54368f2ac6f9cffdcc97c57441 /src/GHExtension.c
parent57e602fe53dd2d7e8d093636a7365241dce8103f (diff)
Removing USE_CCTK_ARGUMENTS and USE_CCTK_PARAMETERS since they are
automatically included now git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@88 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/GHExtension.c')
-rw-r--r--src/GHExtension.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GHExtension.c b/src/GHExtension.c
index 2eebdb9..6726f46 100644
--- a/src/GHExtension.c
+++ b/src/GHExtension.c
@@ -51,7 +51,7 @@ void *IOFlexIO_SetupGH (tFleshConfig *config, int convergence_level, cGH *GH)
return (newGH);
- USE_CCTK_PARAMETERS
+
}
int IOFlexIO_InitGH (cGH *GH)
@@ -160,7 +160,7 @@ int IOFlexIO_InitGH (cGH *GH)
return (0);
- USE_CCTK_PARAMETERS
+
}
@@ -180,7 +180,7 @@ int IOFlexIO_Terminate (cGH *GH)
return (0);
- USE_CCTK_PARAMETERS
+
}
#endif
@@ -253,5 +253,5 @@ static void SetupSliceCenter (cGH *GH)
myGH->sp2xyz[1] = pughGH->lnsize [1]/2 - pughGH->lb [pughGH->myproc][1];
}
- USE_CCTK_PARAMETERS
+
}