https://gitlab.opengeosys.org/ogs/ogs.git
Revision 0b5045106ec3167aa635af5c8d7533db8c7153bf authored by Dmitry Yu. Naumov on 02 March 2021, 18:08:29 UTC, committed by Dmitry Yu. Naumov on 02 March 2021, 18:08:29 UTC
[T/HM] Slightly relax tolerance for sigma.

See merge request ogs/ogs!3480
2 parent s ed4b925 + ae85674
Raw File
Tip revision: 0b5045106ec3167aa635af5c8d7533db8c7153bf authored by Dmitry Yu. Naumov on 02 March 2021, 18:08:29 UTC
Merge branch 'FixALargeCTestTolerance' into 'master'
Tip revision: 0b50451
.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