summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/teukolsky.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/teukolsky.c b/src/teukolsky.c
index 234fedb..90d0559 100644
--- a/src/teukolsky.c
+++ b/src/teukolsky.c
@@ -52,6 +52,7 @@ void teukolsky_data(CCTK_ARGUMENTS)
td->basis_scale_factor[1] = scale_factor;
td->solution_branch = solution_branch;
td->max_iter = max_iter;
+ td->family = family;
if (omp_threads)
td->nb_threads = strtol(omp_threads, NULL, 0);