Revision abd9c0c1d7a680a29bbe3608c029ebe54f1a434c authored by wenqing on 30 July 2021, 12:55:24 UTC, committed by wenqing on 30 July 2021, 12:55:24 UTC
[ThermoRichardsFlow] fix specific_heat_capacity

Closes #3176

See merge request ogs/ogs!3732
2 parent s 7afbb3d + d212d60
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