https://gitlab.opengeosys.org/ogs/ogs.git
Revision 6655988edd22263241c7344ec00458ae11fafb38 authored by Dmitri Naumov on 18 February 2021, 15:05:25 UTC, committed by Dmitri Naumov on 20 February 2021, 11:10:53 UTC
1 parent 213332e
Raw File
Tip revision: 6655988edd22263241c7344ec00458ae11fafb38 authored by Dmitri Naumov on 18 February 2021, 15:05:25 UTC
[PL/RM] Parse micro-porosity, store in data.
Tip revision: 6655988
.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