From 51f7e50ea6e761e4bf22b92de02d514433d7a4aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Viana?= <57032457+vollous@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:03:51 +0100 Subject: [PATCH] Updated information about "h2OmSens()" --- include/BSMPT/gravitational_waves/gw.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/BSMPT/gravitational_waves/gw.h b/include/BSMPT/gravitational_waves/gw.h index 98a02ee1d..4355cec54 100644 --- a/include/BSMPT/gravitational_waves/gw.h +++ b/include/BSMPT/gravitational_waves/gw.h @@ -154,6 +154,12 @@ double Rfunc(const double f); */ double powspec_density(const double f); +/** + * @brief return the value of LISA mission nominal sensitivity + * + * @param f frequency + * @return value of LISA's nominal sensitivity for a given frequency + */ double h2OmSens(const double f); /**