aboutsummaryrefslogtreecommitdiff
path: root/teukolsky_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'teukolsky_data.h')
-rw-r--r--teukolsky_data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/teukolsky_data.h b/teukolsky_data.h
index 1668bff..e0877cd 100644
--- a/teukolsky_data.h
+++ b/teukolsky_data.h
@@ -163,5 +163,9 @@ int td_eval_kpp(const TDContext *td,
size_t nb_coords, const double *r, const double *theta,
const unsigned int diff_order[2],
double *out);
+int td_eval_krt(const TDContext *td,
+ size_t nb_coords, const double *r, const double *theta,
+ const unsigned int diff_order[2],
+ double *out);
#endif /* TEUKOLSKY_DATA_H */