mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Fixed error due to applying de morgans laws
This commit is contained in:
parent
80c8692537
commit
090363b637
2 changed files with 3 additions and 2 deletions
|
|
@ -244,7 +244,7 @@ protected:
|
|||
bool contains_simple(Position r, Direction u, int32_t on_surface) const;
|
||||
bool contains_complex(Position r, Direction u, int32_t on_surface) const;
|
||||
BoundingBox bounding_box_simple() const;
|
||||
static BoundingBox bounding_box_complex(vector<int32_t> rpn);
|
||||
static BoundingBox bounding_box_complex(vector<int32_t> postfix);
|
||||
|
||||
//! Applies DeMorgan's laws to a section of the RPN
|
||||
//! \param start Starting point for token modification
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue