From 5f5a63a2579733a99b265e5afae1c12244136e6b Mon Sep 17 00:00:00 2001 From: knarf Date: Thu, 4 Jun 2009 13:52:37 +0000 Subject: fix scheduling which broke after a recent change to TOVSolverC git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@92 b2a53a04-0f4f-0410-87ed-f9f25ced00cf --- schedule.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedule.ccl b/schedule.ccl index dab7041..f00565b 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -22,7 +22,7 @@ if (CCTK_Equals(initial_data, "twopunctures")) } else { - SCHEDULE TwoPunctures AT Initial AFTER ADMBase_InitialData BEFORE ADMBase_PostInitial AFTER TOV_Initial_Data + SCHEDULE TwoPunctures AT Initial AFTER ADMBase_InitialData BEFORE ADMBase_PostInitial AFTER Whisky_Initial { LANG: C STORAGE: puncture_u bare_mass -- cgit v1.2.3