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

@@ -95,7 +95,7 @@ doInit(bool enabled, size_t numGridDof,
if (!enabled) {
if (gridView_.comm().rank() == 0) {
OpmLog::warning("Keyword TRACERS has only experimental support, and is hence ignored.\n"
"The experimental tracer model can still be used, but must be set explicitely.\n"
"The experimental tracer model can still be used, but must be set explicitly.\n"
"To use tracers, set the command line option: --enable-tracer-model=true"
"\n");
}

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