Skip to content

Commit

Permalink
#1943 load SEEPS climo if activated
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Dec 5, 2022
1 parent c95fcb4 commit d9e4b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcode/vx_statistics/pair_data_point.cc
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void PairDataPoint::load_seeps_climo() {
void PairDataPoint::set_seeps_thresh(const SingleThresh &p1_thresh) {
if (NULL != seeps_climo) seeps_climo->set_p1_thresh(p1_thresh);
else mlog << Warning << "\nPairDataPoint::set_seeps_thresh() ignored t1_threshold."
<< " Load SEESP climo first\n\n";
<< " Load SEEPS climo first\n\n";
}

////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit d9e4b13

Please sign in to comment.