Merge pull request #664 from blattms/debian-patches

Fixed spelling in some messages
This commit is contained in:
Bård Skaflestad 2021-07-02 18:35:11 +02:00 committed by GitHub
commit c8ad8bc368
2 changed files with 2 additions and 2 deletions

View File

@ -252,7 +252,7 @@ public:
succeeded = comm.min(succeeded);
if (!succeeded)
throw NumericalIssue("linearization of an auxilary equation failed");
throw NumericalIssue("linearization of an auxiliary equation failed");
}
}

View File

@ -381,7 +381,7 @@ public:
Opm::Valgrind::CheckDefined(minActivityCoeff_[globalIdx][compIdx]);
}
if (minActivityCoeff_[globalIdx][compIdx] <= 0)
throw Opm::NumericalIssue("The minumum activity coefficient for component "+std::to_string(compIdx)
throw Opm::NumericalIssue("The minimum activity coefficient for component "+std::to_string(compIdx)
+" on DOF "+std::to_string(globalIdx)+" is negative or zero!");
}
}