This commit is contained in:
Timur A. Fatkhullin
2025-09-21 23:16:03 +03:00
parent 0f955b3c91
commit 1a4d998141
3 changed files with 52 additions and 1 deletions

View File

@@ -300,7 +300,7 @@ public:
requires(mcc_celestial_point_c<T> || mcc_eqt_hrz_coord_c<T>)
{
// for small corrections only!!!
auto ret = computePCM(std::move(app_pt), result);
auto ret = computePCM(std::move(app_pt), result, hw_pt);
if (ret) {
return ret;
}