Skip to content

Commit

Permalink
Per #1725, return good status from TrackInfoArray::add() when using a…
Browse files Browse the repository at this point in the history
…n ATCF line to create a new track.
  • Loading branch information
JohnHalleyGotway committed Mar 19, 2021
1 parent 7998d89 commit c350e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions met/src/libcode/vx_tc_util/track_info.cc
Expand Up @@ -801,6 +801,7 @@ bool TrackInfoArray::add(const ATCFTrackLine &l, bool check_dup, bool check_anly
TrackInfo t;
t.add(l, check_dup, check_anly);
Track.push_back(t);
status = true;
}

return(status);
Expand Down

0 comments on commit c350e17

Please sign in to comment.