Reformatted
This commit is contained in:
parent
181efc954b
commit
5bb9046b49
11 changed files with 148 additions and 107 deletions
|
|
@ -120,7 +120,8 @@ Sequence::eval()
|
|||
this->end();
|
||||
}
|
||||
|
||||
// TODO: Explore whether moving postSubmit calls to a separate sequence function that is explicitly called by the manager
|
||||
// TODO: Explore whether moving postSubmit calls to a separate sequence
|
||||
// function that is explicitly called by the manager
|
||||
for (size_t i = 0; i < this->mOperations.size(); i++) {
|
||||
this->mOperations[i]->postSubmit();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue