aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorknarf <knarf@1bdb13ef-5d69-4035-bb54-08abeb3aa7f1>2010-01-11 15:58:25 +0000
committerknarf <knarf@1bdb13ef-5d69-4035-bb54-08abeb3aa7f1>2010-01-11 15:58:25 +0000
commit801c728a91aed51f0c0be225a647d2eca5b665fe (patch)
tree70468fdffa4e312e77a06914d0324370b50c6db7 /schedule.ccl
parentecfdf3e57b219e77ae83a065de977d210b0ba289 (diff)
update from public Whisky version
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@12 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
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
{