Skip to content

Commit

Permalink
#2387 Corrected a log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Jan 10, 2023
1 parent 2ca846a commit 1dcff94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/other/pb2nc/pb2nc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ int met_main(int argc, char *argv[]) {
}

mlog << Debug(2)
<< "\nTotal Observations retained\t\t= " << n_total_obs << "\n";
<< "\nTotal Observations retained or derived\t= " << n_total_obs << "\n";


if (do_summary) {
Expand Down

0 comments on commit 1dcff94

Please sign in to comment.