From 9e8e955645688bc93fc796d1077b348335282c8f Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 1 Mar 2006 02:15:41 +0000 Subject: Schedule TwoPuncture initial data again in ADMBase_InitialData. Scheduling them after ADMBase_InitialData means that BSSN_MoL may set up its initial data before TwoPunctures actually calculated them. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@50 b2a53a04-0f4f-0410-87ed-f9f25ced00cf --- schedule.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 48d8cc2..52466ee 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -12,7 +12,7 @@ if (CCTK_Equals(initial_data, "twopunctures")) LANG: C } "Check parameters and thorn needs" - SCHEDULE TwoPunctures AT CCTK_Initial AFTER Whisky_Initial AFTER ADMBase_InitialData AFTER TOV_Initial_Data + SCHEDULE TwoPunctures IN ADMBase_InitialData { LANG: C STORAGE: puncture_u -- cgit v1.2.3