https://gitlab.opengeosys.org/ogs/ogs.git
Revision 2c2ec83de54a444699099884467f757d1b800859 authored by Dmitry Yu. Naumov on 09 September 2021, 08:00:43 UTC, committed by Dmitry Yu. Naumov on 09 September 2021, 08:00:43 UTC
Use compile time known sizes for rotations.

See merge request ogs/ogs!3705
2 parent s 7b324f2 + 1497297
Raw File
Tip revision: 2c2ec83de54a444699099884467f757d1b800859 authored by Dmitry Yu. Naumov on 09 September 2021, 08:00:43 UTC
Merge branch 'UseCompileTimeMatrixSizes' into 'master'
Tip revision: 2c2ec83
.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