Skip to content

Commit

Permalink
Update yt/frontends/gamer/io.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewturk authored Aug 25, 2023
1 parent 3012471 commit 68f5787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt/frontends/gamer/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def _read_fluid_selection(self, chunks, selector, fields, size):
data[ps1:ps2, ps1:ps2, 0:ps1] = buf[pid0 + 5, :, :, :]
data[ps1:ps2, 0:ps1, ps1:ps2] = buf[pid0 + 6, :, :, :]
data[ps1:ps2, ps1:ps2, ps1:ps2] = buf[pid0 + 7, :, :, :]
offset += g.select(selector, data, rv[field], offset)
offset += g.select(selector, data.T, rv[field], offset)

return rv

Expand Down

0 comments on commit 68f5787

Please sign in to comment.