https://gitlab.opengeosys.org/ogs/ogs.git
Revision d0a28ac50722736c9ac0d0df28c7e7cc704c663e authored by Wenqing Wang on 25 June 2021, 15:31:40 UTC, committed by Wenqing Wang on 13 July 2021, 16:32:08 UTC
1 parent fda4257
Raw File
Tip revision: d0a28ac50722736c9ac0d0df28c7e7cc704c663e authored by Wenqing Wang on 25 June 2021, 15:31:40 UTC
[NumLib] Modified NumLibFemIsoTest according to the change in computeMappingMatrices
Tip revision: d0a28ac
.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