aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorryoji <ryoji@535fb057-194f-0410-b5a5-c63992f15602>1999-12-01 13:34:57 +0000
committerryoji <ryoji@535fb057-194f-0410-b5a5-c63992f15602>1999-12-01 13:34:57 +0000
commit5d27c1507b8402c8be8ec6433bbc5483db0203ec (patch)
treeccef534f16a8818747f1faafb1d946e9fad79d45 /schedule.ccl
parent4f2663df48d28c15194cde1de8e03a279534fb0b (diff)
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/RotatingDBHIVP/trunk@3 535fb057-194f-0410-b5a5-c63992f15602
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl11
1 files changed, 11 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..a1cea31
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,11 @@
+# Schedule definitions for thorn RotatingDBHIVP
+# $Header$
+
+if (CCTK_Equals(initial_data,"rotatingdbh"))
+{
+ schedule RotatingDBHIVP at CCTK_INITIAL
+ {
+ LANG: Fortran
+ } "Construct RotatingDBHIVP"
+}
+