Skip to content

Fix transposed geometry name in the CSG dispatch. - #202

Open
WeiqunZhang wants to merge 1 commit into
AMReX-Fluids:developmentfrom
WeiqunZhang:fix-csg-geom-type-typo
Open

Fix transposed geometry name in the CSG dispatch.#202
WeiqunZhang wants to merge 1 commit into
AMReX-Fluids:developmentfrom
WeiqunZhang:fix-csg-geom-type-typo

Conversation

@WeiqunZhang

Copy link
Copy Markdown
Member

MakeEBGeometry tested geom_type == "cgs", so incflo.geometry = csg fell through to the final else and silently built all-regular geometry. Every other part of the CSG path spells it "csg".

Fixes #172.

MakeEBGeometry tested geom_type == "cgs", so incflo.geometry = csg fell through to the final else and silently built all-regular geometry. Every other part of the CSG path spells it "csg".

Fixes AMReX-Fluids#172.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MakeEBGeometry tests "cgs" instead of "csg"; incflo.geometry=csg silently builds no EB

1 participant