Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix initialization of buffer capacity during resize #243

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

MattRolchigo
Copy link
Collaborator

Previously, the new positions in BufferNorthSend and BufferSouthSend after resizing were left uninitialized - these should be initialized to -1 so that positions that do not hold cell data are correctly interpreted as "empty" in GhostNodes1D

@MattRolchigo MattRolchigo requested a review from streeve October 17, 2023 17:26
@MattRolchigo MattRolchigo added the bug Something isn't working label Oct 17, 2023
@MattRolchigo MattRolchigo merged commit 2309c40 into LLNL:master Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants