Commit 59b44849 authored by Davis King's avatar Davis King
Browse files

fix typo, doesn't really matter, but still

parent 02e70ce3
...@@ -112,7 +112,7 @@ template <typename T> static auto go(T&& f, const matrix<double, 0, 1>& a) -> de ...@@ -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
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment