Skip to content

Commit

Permalink
Add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed Mar 13, 2024
1 parent d04aba8 commit 7a2e3e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/orange/orangeinp/UnitProto.cc
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ void UnitProto::build(GlobalBuilder&) const
// Transform CsgUnit to OrangeInput
// - Map CSG nodes to volume IDs
// - Map used CSG nodes to surface IDs
// - Map universe ID (here, daughter ID) ->
// - Remap surface indices to remove unused surfaces
// - Set up "interior" cell if needed (all used surfaces)
// - Convert to postfix
// - Map universe IDs (index in daughter list to actual universe ID)
// - Remap surface indices, removing unused surfaces
// - Set up "interior" cell if needed (build volume and "all surfaces")
// - Construct postfix logic definitions
// - Copy bounding boxes
CELER_NOT_IMPLEMENTED("global builder");
}
Expand Down

0 comments on commit 7a2e3e7

Please sign in to comment.