https://gitlab.opengeosys.org/ogs/ogs.git
Revision f517310892c195e151bab5f2dceff91ab554cb34 authored by Dmitry Yu. Naumov on 16 September 2021, 20:30:14 UTC, committed by Dmitry Yu. Naumov on 16 September 2021, 20:30:14 UTC
Phase field-AT1

See merge request ogs/ogs!3779
2 parent s 6a57cea + 177209a
Raw File
Tip revision: f517310892c195e151bab5f2dceff91ab554cb34 authored by Dmitry Yu. Naumov on 16 September 2021, 20:30:14 UTC
Merge branch 'PhaseField' into 'master'
Tip revision: f517310
.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