Skip to content

Commit

Permalink
Use gsd.c from gsd 3.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Feb 5, 2024
1 parent 950f22e commit 57faad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoomd/extern/gsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2012,7 +2012,7 @@ int gsd_flush(struct gsd_handle* handle)
{
handle->frame_index.data[i]
= handle->frame_index
.data[handle->frame_index.size - handle->pending_index_entries];
.data[handle->frame_index.size - handle->pending_index_entries + i];
}
}

Expand Down

0 comments on commit 57faad6

Please sign in to comment.