mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Spelling fixes
Gbp-Pq: Name 0005-Spelling-fixes.patch
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user