From 801c728a91aed51f0c0be225a647d2eca5b665fe Mon Sep 17 00:00:00 2001 From: knarf Date: Mon, 11 Jan 2010 15:58:25 +0000 Subject: update from public Whisky version git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@12 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1 --- schedule.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index a59ffe9..f4c2446 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -42,8 +42,8 @@ schedule TOV_C_Integrate_RHS IN TOV_Initial_Data OPTIONS: GLOBAL } "Integrate the 1d equations for the TOV star" -if (CCTK_Equals(initial_data, "tov") || (TOV_Use_Old_Initial_Data > 0) || - TOV_Enforce_Interpolation) +if (CCTK_Equals(initial_data, "tov") || CCTK_Equals(initial_hydro, "tov") || + (TOV_Use_Old_Initial_Data > 0) || TOV_Enforce_Interpolation) { schedule TOV_C_Exact IN TOV_Initial_Data AFTER TOV_C_Integrate_RHS { -- cgit v1.2.3