removed rpn_ and changed to only region_

This commit is contained in:
myerspat 2022-07-27 12:15:46 -05:00
parent 67d01417b7
commit 7dfb35a39a
4 changed files with 17 additions and 23 deletions

View file

@ -202,8 +202,6 @@ public:
//! Definition of spatial region as Boolean expression of half-spaces
vector<std::int32_t> region_;
//! Reverse Polish notation for region expression
vector<std::int32_t> rpn_;
bool simple_; //!< Does the region contain only intersections?
//! \brief Neighboring cells in the same universe.