Skip to content

Commit

Permalink
#1729 Deleted a shadowed local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Aug 28, 2024
1 parent f6de941 commit aedf5d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libcode/vx_nc_util/nc_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ bool get_nc_data_(netCDF::NcVar *var, T *data, T met_missing, const LongArray &d

//scale_factor and add_offset
if (has_add_offset_attr(var) || has_scale_factor_attr(var)) {
T nc_missing;
double add_offset = get_var_add_offset(var);
double scale_factor = get_var_scale_factor(var);
apply_scale_factor_(data, data_size, add_offset, scale_factor,
Expand Down

0 comments on commit aedf5d7

Please sign in to comment.