fix typo, doesn't really matter, but still

This commit is contained in:
Davis King 2020-08-13 07:47:59 -04:00
parent 02e70ce3ca
commit 59b44849bd

View File

@ -112,7 +112,7 @@ template <typename T> static auto go(T&& f, const matrix<double, 0, 1>& a) -> de
// ----------------------------------------------------------------------------------------
const auto FOREVER = std::chrono::hours(24*356*290); // 290 years
const auto FOREVER = std::chrono::hours(24*365*290); // 290 years
// ----------------------------------------------------------------------------------------