Skip to content

Commit

Permalink
#1580 Changed argument type to double at _apply_scale_factor(double)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoh-u committed Jan 14, 2021
1 parent 50185f0 commit 72a4291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met/src/libcode/vx_nc_util/nc_utils.cc
Expand Up @@ -1667,7 +1667,7 @@ template <typename T>
int _apply_scale_factor(double *data, const T *packed_data,
const int cell_count, const T fill_value,
T &raw_min_val, T &raw_max_val, const char *data_type,
float add_offset, float scale_factor) {
double add_offset, double scale_factor) {
int positive_cnt = 0;
int unpacked_count = 0;
double min_value = 10e10;
Expand Down

0 comments on commit 72a4291

Please sign in to comment.