Skip to content

Commit

Permalink
Unrelated to #3006, but fix typo in log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Dec 30, 2024
1 parent d926506 commit 909401e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/core/stat_analysis/aggr_stat_line.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2173,7 +2173,7 @@ void aggr_mpr_lines(LineDataFile &f, STATAnalysisJob &job,
//
if(m[key].fcst_var != cur.fcst_var ||
m[key].obs_var != cur.obs_var) {
mlog << Error << "\nread_mpr_lines() -> "
mlog << Error << "\naggr_mpr_lines() -> "
<< "both the forecast and observation variable types must "
<< "remain constant. Try setting \"-fcst_var\" and/or "
<< "\"-obs_var\".\n"
Expand Down

0 comments on commit 909401e

Please sign in to comment.