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 d95dbfe..4967f8f 100644
--- a/teukolsky_data.h
+++ b/teukolsky_data.h
@@ -191,5 +191,9 @@ 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);
+int td_eval_lapse(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 */