Spelling fixes

Gbp-Pq: Name 0005-Spelling-fixes.patch
This commit is contained in:
Markus Blatt
2021-07-02 14:56:19 +02:00
parent 7fa9e8d983
commit a2246d331b
14 changed files with 17 additions and 17 deletions

View File

@@ -2930,7 +2930,7 @@ private:
dtNext = std::min(this->maxTimeStepSize_, remainingEpisodeTime/2.0);
if (simulator.episodeStarts()) {
// if a well event occured, respect the limit for the maximum time step after
// if a well event occurred, respect the limit for the maximum time step after
// that, too
int reportStepIdx = std::max(episodeIdx, 0);
const auto& events = simulator.vanguard().schedule()[reportStepIdx].events();