Skip to content

Commit

Permalink
improves error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Jul 21, 2021
1 parent 9eb8920 commit f656c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ref_part.c
Expand Up @@ -439,7 +439,7 @@ static REF_STATUS ref_part_meshb_cell(REF_CELL ref_cell, REF_LONG ncell,
fread(&(c2n_int[size_per * cell]), sizeof(REF_INT),
(size_t)node_per, file),
"int c2n pad node");
REIS(1, fread(&(zero), sizeof(REF_INT), 1, file), "int c2n");
REIS(1, fread(&(zero), sizeof(REF_INT), 1, file), "int c2n pad zero");
if (size_per > node_per)
REIS(size_per - node_per,
fread(&(c2n_int[node_per + size_per * cell]), sizeof(REF_INT),
Expand Down

0 comments on commit f656c8d

Please sign in to comment.