aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9920825..d445705 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -26,3 +26,11 @@ if (nuceos_read_table)
}
+if (coldeos_read_table)
+{
+ SCHEDULE EOS_OMNI_ReadColdTable AT CCTK_BASEGRID
+ {
+ LANG: Fortran
+ OPTIONS: global
+ } "Read Cold EOS ASCII table"
+}