From d6846422ead98808109f717d150a7b1cb178fdd0 Mon Sep 17 00:00:00 2001 From: knarf Date: Sun, 13 Nov 2011 15:50:01 +0000 Subject: Let EOS_Omni read HDF5 EOSs using the C-API, since building the fortran interface is usually disabled, and conflicts with the parallel API as well. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOS_Omni/trunk@54 8e189c6b-2ab8-4400-aa02-70a9cfce18b9 --- schedule.ccl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index a9cbd79..e22a35f 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -6,3 +6,12 @@ schedule EOS_Omni_Startup AT WRAGH LANG: Fortran OPTIONS: global } "Set up conversion factors and other fun stuff" + +if (nuceos_read_table) +{ + SCHEDULE EOS_OMNI_ReadTable AT CCTK_INITIAL before ADMBase_InitialData + { + LANG: C + } "Read EOS HDF5 table" +} + -- cgit v1.2.3