From 285d4c302c496baac21f6fa08ef488f0650ce85a Mon Sep 17 00:00:00 2001 From: Howard Soh Date: Tue, 17 Jan 2023 15:38:53 -0700 Subject: [PATCH] #2387 Do not increase n_file_obs when n_derived_obs is increased --- src/tools/other/pb2nc/pb2nc.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tools/other/pb2nc/pb2nc.cc b/src/tools/other/pb2nc/pb2nc.cc index 07f6f57a33..df934ad5b5 100644 --- a/src/tools/other/pb2nc/pb2nc.cc +++ b/src/tools/other/pb2nc/pb2nc.cc @@ -1581,7 +1581,6 @@ void process_pbfile(int i_pb) { OBS_BUFFER_SIZE); // Increment the current and total observations counts - n_file_obs++; n_total_obs++; n_derived_obs++;