aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl13
1 files changed, 5 insertions, 8 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 0317eab..9e1723e 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -9,20 +9,17 @@ schedule EOS_Omni_Startup AT WRAGH
if (nuceos_read_table)
{
- SCHEDULE EOS_OMNI_ReadTable AT CCTK_BASEGRID
+ SCHEDULE nuc_eos_readtable_cactus_wrapper AT CCTK_BASEGRID
{
LANG: C
OPTIONS: global
} "Read EOS HDF5 table"
- if (dump_nuceos_table)
+ SCHEDULE EOS_OMNI_get_energy_shift AT CCTK_BASEGRID AFTER nuc_eos_readtable_cactus_wrapper
{
- SCHEDULE EOS_OMNI_dumptable after EOS_OMNI_ReadTable AT CCTK_BASEGRID
- {
- LANG: FORTRAN
- OPTIONS: global
- } "Dump EOS HDF5 table in ASCII"
- }
+ LANG: Fortran
+ OPTIONS: global
+ } "setup energy_shift in EOS_Omni_Module"
}