https://gitlab.opengeosys.org/ogs/ogs.git
Revision 364e568c147e5b8afee222fb9cec24714bfd62ac authored by Dmitry Yu. Naumov on 26 July 2023, 20:54:19 UTC, committed by Dmitry Yu. Naumov on 26 July 2023, 20:54:19 UTC
Fix cppcheck warnings and fix a bug in MeshRevision

See merge request ogs/ogs!4691
2 parent s 971308b + 9a5b50d
Raw File
Tip revision: 364e568c147e5b8afee222fb9cec24714bfd62ac authored by Dmitry Yu. Naumov on 26 July 2023, 20:54:19 UTC
Merge branch 'RefactorMeshLibMeshRevision' into 'master'
Tip revision: 364e568
.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