Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nosexybot authored Nov 12, 2021
1 parent b943a3c commit 07fe93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hmapper/src/consumer.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ void consumer_meth_array_serialize_mix(meth_array_node_t* array_f,
c = array_r[idx_r].c_count;
nc = array_r[idx_r].nc_count;
mc = array_r[idx_r].mc_count;
ch = array_r[idx_f].ch_count;
nch = array_r[idx_f].nch_count;
ch = array_r[idx_r].ch_count;
nch = array_r[idx_r].nch_count;
hmc = array_r[idx_r].hmc_count;

idx_r++;
Expand Down

0 comments on commit 07fe93b

Please sign in to comment.