Fix tests

This commit is contained in:
Robert Schulze 2024-03-11 12:50:54 +00:00
parent e5e84419af
commit a735029939
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -255,7 +255,7 @@ private:
static LUTIndex toLUTIndex(ExtendedDayNum d)
{
return normalizeLUTIndex(static_cast<Int64>(d) + daynum_offset_epoch);
return normalizeLUTIndex(static_cast<Int64>(d + daynum_offset_epoch)); /// NOLINT
}
LUTIndex toLUTIndex(Time t) const