From e4122388c179b0b2bb1c90ef4eb24a3794731c2f Mon Sep 17 00:00:00 2001 From: cott Date: Tue, 31 Jan 2012 22:01:47 +0000 Subject: * add banner informing user that EOS table is being read * fix scheduling issue (reading the table was not scheduled in global mode) * re-add option of turning off energy shift git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOS_Omni/trunk@55 8e189c6b-2ab8-4400-aa02-70a9cfce18b9 --- schedule.ccl | 1 + 1 file changed, 1 insertion(+) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index e22a35f..21acfb2 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -12,6 +12,7 @@ if (nuceos_read_table) SCHEDULE EOS_OMNI_ReadTable AT CCTK_INITIAL before ADMBase_InitialData { LANG: C + OPTIONS: global } "Read EOS HDF5 table" } -- cgit v1.2.3