https://gitlab.opengeosys.org/ogs/ogs.git
Revision 0f58c287bc259d6e0dcb57f5c418d0cffdc461d4 authored by Dmitry Yu. Naumov on 28 March 2023, 16:14:50 UTC, committed by Dmitry Yu. Naumov on 28 March 2023, 16:14:50 UTC
Multi-material restart

See merge request ogs/ogs!4535
2 parent s 0d7ea72 + 74d496e
Raw File
Tip revision: 0f58c287bc259d6e0dcb57f5c418d0cffdc461d4 authored by Dmitry Yu. Naumov on 28 March 2023, 16:14:50 UTC
Merge branch 'SDMultiMaterialRestart' into 'master'
Tip revision: 0f58c28
.editorconfig
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4

[*.{md,pandoc}]
trim_trailing_whitespace = false

[*.{json,yml,yaml,toml,html,css,js,scss,md}]
indent_size = 2
back to top