https://gitlab.opengeosys.org/ogs/ogs.git
Revision a99405a87d6a7fa98e65c1b5004dcf75dbe8ae74 authored by wenqing on 27 June 2023, 15:48:43 UTC, committed by wenqing on 27 June 2023, 15:48:43 UTC
[HM] Avoid to  use  _use_monolithic_scheme

See merge request ogs/ogs!4655
2 parent s 071980e + 997dcf6
Raw File
Tip revision: a99405a87d6a7fa98e65c1b5004dcf75dbe8ae74 authored by wenqing on 27 June 2023, 15:48:43 UTC
Merge branch 'imprv_HM_coupling' into 'master'
Tip revision: a99405a
.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