From b22a9ca5a6bfb3267a568c0d733273f21fd3a386 Mon Sep 17 00:00:00 2001 From: eschnett Date: Fri, 21 Jan 2011 03:14:29 +0000 Subject: Correct signatures of scheduled functions git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@24 1bf05452-ddb3-4880-bfa1-00436340132b --- src/periodic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3