https://gitlab.opengeosys.org/ogs/ogs.git
Revision 9505f1f448b05e8da9ed0008606c310afb079b29 authored by jrandow on 24 September 2021, 16:24:36 UTC, committed by jrandow on 24 September 2021, 16:24:36 UTC
Draft: [BHE] Add server communication feature after each time step

See merge request ogs/ogs!3793
2 parent s 758df28 + 414b05f
Raw File
Tip revision: 9505f1f448b05e8da9ed0008606c310afb079b29 authored by jrandow on 24 September 2021, 16:24:36 UTC
Merge branch 'Server_Communication' into 'master'
Tip revision: 9505f1f
.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