Skip to content
Snippets Groups Projects
Commit 652a59e1 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MPL] Fix typo in comment.

parent f7333a8d
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ PropertyDataType RelPermBrooksCorey::value(
{
/// here, an extra computation of saturation is forced, guaranteeing a
/// correct value. In order to speed up the computing time, saturation could
/// be insertred into the primary variable array after it is computed in the
/// be inserted into the primary variable array after it is computed in the
/// FEM assembly.
auto const s_L = std::visit(
[&variable_array, &pos, t, dt](auto&& scale) -> double {
......@@ -83,7 +83,7 @@ PropertyDataType RelPermBrooksCorey::dValue(
" derivatives with respect to liquid saturation only.");
/// here, an extra computation of saturation is forced, guaranteeing a
/// correct value. In order to speed up the computing time, saturation could
/// be insertred into the primary variable array after it is computed in the
/// be inserted into the primary variable array after it is computed in the
/// FEM assembly.
auto const s_L = std::visit(
[&variable_array, &pos, t, dt](auto&& scale) -> double {
......
......@@ -32,7 +32,7 @@ PropertyDataType RelPermLiakopoulos::value(
{
/// here, an extra computation of saturation is forced, guaranteeing a
/// correct value. In order to speed up the computing time, saturation could
/// be insertred into the primary variable array after it is computed in the
/// be inserted into the primary variable array after it is computed in the
/// FEM assembly.
auto const s_L = std::visit(
[&variable_array, &pos, t, dt](auto&& scale) -> double {
......@@ -71,7 +71,7 @@ PropertyDataType RelPermLiakopoulos::dValue(
" derivatives with respect to liquid saturation only.");
/// here, an extra computation of saturation is forced, guaranteeing a
/// correct value. In order to speed up the computing time, saturation could
/// be insertred into the primary variable array after it is computed in the
/// be inserted into the primary variable array after it is computed in the
/// FEM assembly.
auto const s_L = std::visit(
[&variable_array, &pos, t, dt](auto&& scale) -> double {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment