From 130887afd177c495fbc35e0a6b59814506aa5204 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Wed, 19 Oct 2022 15:27:06 -0600 Subject: [PATCH] Per #2309, one line bugfix in TrackPairInfo::add(const TCStatLine &l) when parsing the EYE and DEPTH columns. --- met/src/libcode/vx_tc_util/track_pair_info.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/met/src/libcode/vx_tc_util/track_pair_info.cc b/met/src/libcode/vx_tc_util/track_pair_info.cc index bc013b6821..b9fbfc19ce 100644 --- a/met/src/libcode/vx_tc_util/track_pair_info.cc +++ b/met/src/libcode/vx_tc_util/track_pair_info.cc @@ -404,7 +404,7 @@ void TrackPairInfo::add(const TCStatLine &l) { cs << cs_erase << deck[i] << "SPEED"; tp->set_speed(atof(l.get_item(cs.c_str()))); cs << cs_erase << deck[i] << "DEPTH"; - tp->set_eye(string_to_systemsdepth(l.get_item(cs.c_str()))); + tp->set_depth(string_to_systemsdepth(l.get_item(cs.c_str()))); tp->set_watch_warn(string_to_watchwarntype(l.get_item("WATCH_WARN"))); // Loop over the winds