Skip to content

Commit

Permalink
Per issue #1858 in process_obs_file() cleaned up code. SL
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Linden committed Sep 9, 2021
1 parent 94e2287 commit c65c180
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions met/src/tools/core/point_stat/point_stat.cc
Original file line number Diff line number Diff line change
Expand Up @@ -697,9 +697,7 @@ void process_obs_file(int i_nc) {
StringArray obs_qty_array = nc_point_obs.get_qty_data();
if( use_var_id ) var_names = nc_point_obs.get_var_names();


int buf_size = ((obs_count > BUFFER_SIZE) ? BUFFER_SIZE : (obs_count));

int obs_qty_idx_block[buf_size];
float obs_arr_block[buf_size][OBS_ARRAY_LEN];

Expand Down

0 comments on commit c65c180

Please sign in to comment.