From 25e7d4f071efab6617e779af3de887528671fd80 Mon Sep 17 00:00:00 2001 From: Howard Soh Date: Thu, 18 Feb 2021 15:40:37 -0700 Subject: [PATCH] #1657 Added TIME_EPSILON --- met/src/basic/vx_cal/vx_cal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/met/src/basic/vx_cal/vx_cal.h b/met/src/basic/vx_cal/vx_cal.h index 45d5b71302..cdff7e7a31 100644 --- a/met/src/basic/vx_cal/vx_cal.h +++ b/met/src/basic/vx_cal/vx_cal.h @@ -171,6 +171,7 @@ static const int Friday = 5; static const int Saturday = 6; static const int Sunday = 7; +static const double TIME_EPSILON = 0.001; ////////////////////////////////////////////////////////////////////////