Reformatted

This commit is contained in:
Alejandro Saucedo 2020-08-22 12:31:11 +01:00
parent 181efc954b
commit 5bb9046b49
11 changed files with 148 additions and 107 deletions

View file

@ -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();
}