This commit is contained in:
2025-07-09 18:47:13 +03:00
parent d663f6b54a
commit 6646ef6aca
7 changed files with 339 additions and 148 deletions

View File

@@ -83,6 +83,10 @@ concept mcc_astrom_engine_c = requires(T t, const T t_const) {
std::declval<bool>())
} -> std::same_as<typename T::engine_err_t>;
// equation of origins
{
t.eqOrigins(std::declval<typename T::juldate_t>(), std::declval<typename T::eo_t&>())
} -> std::same_as<typename T::engine_err_t>;
/* atmospheric refraction-related methods */