https://gitlab.opengeosys.org/ogs/ogs.git
Revision 1568b83e559cb59c88f17fdd3f252efbece49e82 authored by Dmitry Yu. Naumov on 08 October 2021, 21:59:29 UTC, committed by Dmitry Yu. Naumov on 08 October 2021, 21:59:29 UTC
[MPL] Fix Brooks-Corey saturation derivative.

See merge request ogs/ogs!3816
2 parent s a8826ab + 797774a
Raw File
Tip revision: 1568b83e559cb59c88f17fdd3f252efbece49e82 authored by Dmitry Yu. Naumov on 08 October 2021, 21:59:29 UTC
Merge branch 'FixBrooksCoreySaturationDerivative' into 'master'
Tip revision: 1568b83
.editorconfig
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4

[*.{md,pandoc}]
trim_trailing_whitespace = false

[*.{json,yml,yaml,toml,html,css,js,scss}]
indent_size = 2
back to top