Skip to content

Commit

Permalink
Per #1575, need to actually set the mpr_thresh!
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Mar 30, 2021
1 parent dac057c commit 27c257f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions met/src/libcode/vx_statistics/pair_data_point.cc
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,9 @@ void VxPairDataPoint::set_mpr_thresh(const StringArray &sa, const ThreshArray &t
exit(1);
}

mpr_column = sa;
mpr_thresh = ta;

return;
}

Expand Down

0 comments on commit 27c257f

Please sign in to comment.