https://gitlab.opengeosys.org/ogs/ogs.git
Revision b8ce717feffefed5eb2e944b918de453963d935f authored by Dmitry Yu. Naumov on 01 October 2021, 20:52:00 UTC, committed by Dmitry Yu. Naumov on 01 October 2021, 20:52:00 UTC
Fixing TES Zeolite ctest.

Closes #3198

See merge request ogs/ogs!3815
2 parent s f63a01b + 8a63aad
Raw File
Tip revision: b8ce717feffefed5eb2e944b918de453963d935f authored by Dmitry Yu. Naumov on 01 October 2021, 20:52:00 UTC
Merge branch 'FixingTesZeoliteCtest' into 'master'
Tip revision: b8ce717
.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