aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@ef6f4158-a8ee-47d1-ba14-cb73256398e0>2010-04-07 17:00:34 +0000
committerschnetter <schnetter@ef6f4158-a8ee-47d1-ba14-cb73256398e0>2010-04-07 17:00:34 +0000
commitfd5a4312226842434f81a445910e3284b7a77b43 (patch)
treea8ef55912cb63293d294f9b6df96ac155a28c1a4 /schedule.ccl
parentb1d7f9d2ff5a68aac30dcb1666121c91f01fc15b (diff)
Correct nans
git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@5 ef6f4158-a8ee-47d1-ba14-cb73256398e0
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl12
1 files changed, 6 insertions, 6 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 92ca28f..630aa04 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -4,8 +4,8 @@ STORAGE: qlm_state qlm_scalars
STORAGE: qlm_state_p qlm_scalars_p
STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p
STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m
-STORAGE: qlm_shapes_p qlm_tetrad_l_p qlm_tetrad_n_p qlm_tetrad_m_p
-STORAGE: qlm_killing_vector qlm_killing_vector_p
+STORAGE: qlm_shapes_p
+STORAGE: qlm_killing_vector
# Ensure that there is enough storage for the ADM variables
STORAGE: ADMBase::metric[3] ADMBase::curv[3] ADMBase::lapse[3] ADMBase::shift[3]
@@ -23,15 +23,15 @@ SCHEDULE qlm_paramcheck AT paramcheck
{
OPTIONS: global
LANG: Fortran
-} "Check Isolated and Dynamical Horizon parameter settings"
+} "Check quasi-local parameter settings"
SCHEDULE qlm_init AT initial
{
OPTIONS: global
LANG: Fortran
-} "Initialise Isolated and Dynamical Horizon calculations"
+} "Initialise quasi-local calculations"
-SCHEDULE qlm_calculate AT analysis AFTER SphericalSurface_HasBeenSet
+SCHEDULE qlm_calculate AT analysis AFTER (SphericalSurface_HasBeenSet SetTmunu)
{
OPTIONS: global
LANG: Fortran
@@ -47,4 +47,4 @@ SCHEDULE qlm_calculate AT analysis AFTER SphericalSurface_HasBeenSet
TRIGGERS: qlm_ricci_scalars qlm_twometric qlm_killing_vector qlm_killed_twometric
TRIGGERS: qlm_invariant_coordinates qlm_multipole_moments qlm_3determinant
TRIGGERS: qlm_scalars
-} "Calculate Isolated and Dynamical Horizon quantities"
+} "Calculate quasi-local quantities"