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
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top