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

Rename ORANGE construction files #1106

Merged
merged 11 commits into from
Feb 13, 2024

Conversation

sethrj
Copy link
Member

@sethrj sethrj commented Feb 13, 2024

This rearranges the ORANGE construction directory, moving the components used for "shape construction" (e.g. the CSG tree) into orangeinp/, and moving the OrangeInput class to the main directory. The CSG renaming solves all the weird namespace issues of using namespace orange::csg.

@sethrj sethrj added minor Minor internal changes or fixes (including CI updates) orange Work on ORANGE geometry engine labels Feb 13, 2024
@@ -21,7 +21,7 @@
# include <fstream>
# include <nlohmann/json.hpp>

# include "orange/construct/OrangeInputIO.json.hh"
# include "orange/OrangeInputIO.json.hh"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This .cc file doesn't have any info about what version of ORANGE geometries are being updated. Though unrelated to this MR, consider adding a short description.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, this just reads in a JSON file (which will translate any "old" parameter names, etc.) and writes it back out again. I'll add a brief in this file, but the app is actually documented in doc/main/usage.rst.

src/orange/detail/BIHBuilder.hh Outdated Show resolved Hide resolved
src/orange/detail/BIHPartitioner.hh Outdated Show resolved Hide resolved
@sethrj sethrj enabled auto-merge (squash) February 13, 2024 20:18
@sethrj sethrj merged commit 276c2cd into celeritas-project:develop Feb 13, 2024
20 of 21 checks passed
@sethrj sethrj deleted the reorg-orange-construct branch February 13, 2024 21:43
@sethrj sethrj mentioned this pull request Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Minor internal changes or fixes (including CI updates) orange Work on ORANGE geometry engine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants