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

MultiFab: Fix Constructor Defaults #306

Merged
merged 1 commit into from
May 1, 2024
Merged

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Apr 30, 2024

Avoid that a EB factory has to be passed if one wants to change the allocator of a MultiFab.

Broken since #282

Note: assigning a =FunctionCall() default in Python is problematic, the way how and when these are called (see the arg=[] problem). Thus, we just overload once more for now.

Avoid that a EB factory has to be passed if one wants to change the
allocator of a MultiFab.
@ax3l ax3l added the bug Something isn't working label Apr 30, 2024
@ax3l ax3l merged commit 51898e4 into AMReX-Codes:development May 1, 2024
9 checks passed
@ax3l ax3l deleted the fix-mf-init branch May 1, 2024 00:02
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.

1 participant