aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@479a9caf-478d-4319-8268-cbb0ee841cc9>2011-01-21 03:16:57 +0000
committereschnett <eschnett@479a9caf-478d-4319-8268-cbb0ee841cc9>2011-01-21 03:16:57 +0000
commitb6dbd8c181f29922d8e42d28519e5a32f00dd1c4 (patch)
tree2f2df5d7e4ee76a84c82df27973798f5e058d8fb
parentc35233e4b8bd43e7c089d3f325e9ad06940a4171 (diff)
Correct signatures of scheduled functionsHEADsvnmaster
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyExtra/trunk@30 479a9caf-478d-4319-8268-cbb0ee841cc9
-rw-r--r--src/Boundary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Boundary.c b/src/Boundary.c
index e6a3bb6..488b56a 100644
--- a/src/Boundary.c
+++ b/src/Boundary.c
@@ -100,7 +100,7 @@ void WaveToyExtra_Boundary(CCTK_ARGUMENTS)
@history
@endhistory
@@*/
-void WaveToyC_Terminate(const cGH *GH)
+void WaveToyC_Terminate(CCTK_ARGUMENTS)
{
Util_TableDestroy(handle);
}