Skip to content

Commit

Permalink
Bugfix #2309 develop tcmpr (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway authored Oct 19, 2022
1 parent 8ba36c8 commit 011f6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcode/vx_tc_util/track_pair_info.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 011f6ab

Please sign in to comment.