aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2006-07-06 17:41:27 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2006-07-06 17:41:27 +0000
commitb03b3f8955ab2436e8df1dd5da79573c5beeed9f (patch)
treeabe47f8f79b0fba15fe0e0c1dd6657e56192625c /param.ccl
parent1ec9f7182a8f82535e52fcaaa26c6d2ff644583a (diff)
Provide new overload function for CCTK_SyncGroupsByDirI().
Do not overload CCTK_SyncGroup() anymore by default. This patch requires the most recent changes in the flesh API to provide the new overloadable function CCTK_SyncGroupsByDirI(), as discussed in thread http://www.cactuscode.org/old/pipermail/developers/2006-June/004933.html. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@482 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl3
1 files changed, 3 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 6f79261..fc50e79 100644
--- a/param.ccl
+++ b/param.ccl
@@ -258,6 +258,9 @@ BOOLEAN overloadevolve "Overload Evolve driver function"
} "yes"
BOOLEAN overloadsyncgroup "Overload SyncGroup driver function"
{
+} "no"
+BOOLEAN overloadsyncgroupsbydiri "Overload SyncGroupsByDirI driver function"
+{
} "yes"
BOOLEAN overloadenablegroupstorage "Overload EnableGroupStorage driver function"
{