From 59b44849bd00b00e37d98e67f2a0ea91a8147975 Mon Sep 17 00:00:00 2001 From: Davis King Date: Thu, 13 Aug 2020 07:47:59 -0400 Subject: [PATCH] fix typo, doesn't really matter, but still --- dlib/global_optimization/find_max_global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/global_optimization/find_max_global.h b/dlib/global_optimization/find_max_global.h index 04b59d9b8..aed90a26d 100644 --- a/dlib/global_optimization/find_max_global.h +++ b/dlib/global_optimization/find_max_global.h @@ -112,7 +112,7 @@ template static auto go(T&& f, const matrix& a) -> de // ---------------------------------------------------------------------------------------- - const auto FOREVER = std::chrono::hours(24*356*290); // 290 years + const auto FOREVER = std::chrono::hours(24*365*290); // 290 years // ----------------------------------------------------------------------------------------