aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/interface.ccl
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2012-02-13 11:25:13 +0100
committerIan Hinder <ian.hinder@aei.mpg.de>2012-02-13 11:25:13 +0100
commit02ab91db2fa276270246c7bed87770f3a28af984 (patch)
treecf5968f0ac9f208effb502fad9169a6ebc9820ed /Carpet/Carpet/interface.ccl
parent4ae122baf12fc05b2c66508892cab12953f86b34 (diff)
Inform the Accelerator thorn that past timelevels have been filled on the host
Diffstat (limited to 'Carpet/Carpet/interface.ccl')
-rw-r--r--Carpet/Carpet/interface.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Carpet/Carpet/interface.ccl b/Carpet/Carpet/interface.ccl
index 506f9e8d4..4f53054f6 100644
--- a/Carpet/Carpet/interface.ccl
+++ b/Carpet/Carpet/interface.ccl
@@ -231,6 +231,12 @@ CCTK_INT FUNCTION Accelerator_PostSync \
CCTK_INT IN ngroups)
USES FUNCTION Accelerator_PostSync
+CCTK_INT FUNCTION Accelerator_NotifyVariableWritten \
+ (CCTK_POINTER_TO_CONST IN cctkGH, \
+ CCTK_INT IN vi, \
+ CCTK_INT IN tl, \
+ CCTK_INT IN onhost)
+USES FUNCTION Accelerator_NotifyVariableWritten
# Access coordinate information (on the coarse level)