https://gitlab.opengeosys.org/ogs/ogs.git
Revision 0515eb3535704c04405a3f520ed53c24d044c3bc authored by Tom Fischer on 21 December 2022, 12:32:26 UTC, committed by Tom Fischer on 21 December 2022, 12:32:26 UTC
Correct getElevation() and Mesh2Raster tool

See merge request ogs/ogs!4422
2 parent s 8abeab4 + 68aee82
Raw File
Tip revision: 0515eb3535704c04405a3f520ed53c24d044c3bc authored by Tom Fischer on 21 December 2022, 12:32:26 UTC
Merge branch 'FixMappingIssue' into 'master'
Tip revision: 0515eb3
.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