aboutsummaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-01-30 13:36:41 +0100
committerAnton Khirnov <anton@khirnov.net>2020-01-30 13:42:15 +0100
commite2745670894cac8ca73c6bee5c1b4cc2c8c94a3e (patch)
treeccffb5b4f4bb192e28b6865616b4662e1e550262 /init.c
parent80b9f98f2316b1d36f6409861cab6bcdddf23174 (diff)
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.
Diffstat (limited to 'init.c')
-rw-r--r--init.c2
1 files changed, 1 insertions, 1 deletions
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;