Skip to content

Commit

Permalink
#2370 Added a n argument date_offset to _getValidTime
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Dec 22, 2022
1 parent 0a5e227 commit f4abd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met/src/tools/other/ascii2nc/aeronet_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f4abd58

Please sign in to comment.