From f4abd58851aeaa3e8448960074238781e3b62124 Mon Sep 17 00:00:00 2001 From: Howard Soh Date: Thu, 22 Dec 2022 15:20:38 -0700 Subject: [PATCH] #2370 Added a n argument date_offset to _getValidTime --- met/src/tools/other/ascii2nc/aeronet_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/met/src/tools/other/ascii2nc/aeronet_handler.h b/met/src/tools/other/ascii2nc/aeronet_handler.h index 9a04de1dc6..34a47029ce 100644 --- a/met/src/tools/other/ascii2nc/aeronet_handler.h +++ b/met/src/tools/other/ascii2nc/aeronet_handler.h @@ -103,7 +103,7 @@ class AeronetHandler : public FileHandler // Get the observation valid time from the given observation line - time_t _getValidTime(const DataLine &data_line) const; + time_t _getValidTime(const DataLine &data_line, int date_offset) const; // Read the observations from the given file and add them to the // _observations vector.