aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@1bf05452-ddb3-4880-bfa1-00436340132b>2011-01-21 03:14:29 +0000
committereschnett <eschnett@1bf05452-ddb3-4880-bfa1-00436340132b>2011-01-21 03:14:29 +0000
commitb22a9ca5a6bfb3267a568c0d733273f21fd3a386 (patch)
tree5a78ee40fbba9c642b5761cdc3ccfefe2ca21d3b
parente68518078f4e0dec380c1bc1f8f7a836d52da17f (diff)
Correct signatures of scheduled functions
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@24 1bf05452-ddb3-4880-bfa1-00436340132b
-rw-r--r--src/periodic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/periodic.c b/src/periodic.c
index b04f45a..818551a 100644
--- a/src/periodic.c
+++ b/src/periodic.c
@@ -296,7 +296,7 @@ Periodic_RegisterBC (cGH * restrict const cctkGH)
void
-Periodic_ApplyBC (cGH const * restrict const cctkGH)
+Periodic_ApplyBC (cGH * restrict const cctkGH)
{
DECLARE_CCTK_PARAMETERS;