Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
aniket-modi committed Nov 6, 2023
2 parents 911c654 + dcec2b1 commit 54de423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons/h5bench_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ prepare_contig_memory(long particle_cnt, long dim_1, long dim_2, long dim_3)
data_contig_md *
prepare_contig_memory_multi_dim(unsigned long long dim_1, unsigned long long dim_2, unsigned long long dim_3)
{
data_contig_md *buf_struct = (data_contig_md *)malloc(sizeof(data_contig_md));
data_contig_md *buf_struct = (data_contig_md *)malloc(sizeof(data_contig_md));
buf_struct->dim_1 = dim_1;
buf_struct->dim_2 = dim_2;
buf_struct->dim_3 = dim_3;
Expand Down

0 comments on commit 54de423

Please sign in to comment.