https://gitlab.opengeosys.org/ogs/ogs.git
Revision 029f20e250ed7a50630dbf93ed6018fbd1d365c7 authored by Dmitri Naumov on 19 March 2021, 15:10:34 UTC, committed by Dmitri Naumov on 19 March 2021, 18:08:50 UTC
1 parent ea58c6b
Raw File
Tip revision: 029f20e250ed7a50630dbf93ed6018fbd1d365c7 authored by Dmitri Naumov on 19 March 2021, 15:10:34 UTC
[PL/BC] Extract DeactivatedSubdomainDirichlet.
Tip revision: 029f20e
.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