https://gitlab.opengeosys.org/ogs/ogs.git
Revision 87a99b49d7ebadab7d8a05c0bc45de8f4b7ee8a5 authored by Christoph Lehmann on 14 February 2023, 08:48:26 UTC, committed by Lars Bilke on 20 February 2023, 14:35:28 UTC
1 parent b03f62d
Raw File
Tip revision: 87a99b49d7ebadab7d8a05c0bc45de8f4b7ee8a5 authored by Christoph Lehmann on 14 February 2023, 08:48:26 UTC
[T] Changed solver settings for PETSc and test tolerances
Tip revision: 87a99b4
.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