https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: da61e1c3984ce086d8ebd22412be4cec449cd0f1 authored by Jaime Garibay on 05 May 2021, 09:46:00 UTC
[CL] changed name of setReactantVolumeFraction
Tip revision: da61e1c
.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