Revision 67e9fc54435746f4e4ea4c3bbd60ef997f2c9e75 authored by Tom Fischer on 10 May 2023, 11:10:00 UTC, committed by Tom Fischer on 10 May 2023, 11:10:00 UTC
[GeoLib::Raster] Add default {copy, move} {constructor, assignment operator}

See merge request ogs/ogs!4599
2 parent s 89ddfaf + b347835
Raw File
.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