From e2745670894cac8ca73c6bee5c1b4cc2c8c94a3e Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 30 Jan 2020 13:36:41 +0100 Subject: teukolsky_data: change TD_FAMILY_AE_TIME_ANTISYM This is obviously not the data that A&E were using in their paper (though the reason is unknown, as the free functions should be the same), so stop referring to it as such. Also drop the constant multiplier of 60 * \sqrt{2/pi}, since it has no other purpose than being consistent with their data. Name the resulting family TD_FAMILY_TIME_ANTISYM_CUBIC. This is an API break. --- init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.c') diff --git a/init.c b/init.c index 6b05048..4df0f8f 100644 --- a/init.c +++ b/init.c @@ -453,7 +453,7 @@ TDContext *td_context_alloc(void) td->nb_threads = 1; - td->family = TD_FAMILY_SIMPLE_TIME_ANTISYM; + td->family = TD_FAMILY_TIME_ANTISYM_CUBIC; td->solution_branch = 0; td->amplitude = 1.0; -- cgit v1.2.3