aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2002-04-26 13:17:06 +0000
committergoodale <goodale@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2002-04-26 13:17:06 +0000
commit099059a17440a8c6516bebd2afeceb081854258a (patch)
tree47d642764928c4eeffe1cd04a7ace9bcca34cbbd /schedule.ccl
parent31b531681a0598bdf998c6b58af8bcf3b4e8be20 (diff)
Temporarily adding InitSymBound.c until we have a better way of setting symmetries.
Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMBase/trunk@4 d576a68a-b34a-40ae-82fc-004fa1a9d16f
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 09adf9c..eebc683 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -50,3 +50,9 @@ if(CCTK_Equals(initial_shift, "zero"))
LANG: C
} "Set the shift to 0 at all points"
}
+
+# FIXME: Remove this when symmetries done better
+schedule Einstein_InitSymBound at CCTK_BASEGRID
+{
+ LANG: C
+} "Set up GF symmetries"