Revision bf1adccb6fe1919a0dd877617c3ab72ed6986fcb authored by Dmitry Yu. Naumov on 04 February 2021, 23:02:32 UTC, committed by Dmitry Yu. Naumov on 04 February 2021, 23:02:32 UTC
Split the relative permeability property by phase

Closes #3094

See merge request ogs/ogs!3423
2 parent s c962824 + 77f5b85
Raw File
.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