Revision f4ea1751881325f3371fb919b17b6885ac762b2a authored by wenqing on 04 March 2021, 08:35:18 UTC, committed by wenqing on 04 March 2021, 08:35:18 UTC
[THM] Removed the double declared VariableArray

See merge request ogs/ogs!3485
2 parent s 9c1e1b1 + 1dc27da
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