mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Making analagous function for finding the right parenthesis.
This commit is contained in:
parent
25df513a77
commit
36fb89dead
2 changed files with 41 additions and 6 deletions
|
|
@ -218,6 +218,10 @@ protected:
|
|||
static std::vector<int32_t>::iterator
|
||||
find_left_parenthesis(std::vector<int32_t>::iterator start,
|
||||
const std::vector<int32_t>& rpn);
|
||||
static std::vector<int32_t>::iterator
|
||||
find_right_parenthesis(std::vector<int32_t>::iterator start,
|
||||
const std::vector<int32_t>& rpn);
|
||||
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue