https://gitlab.opengeosys.org/ogs/ogs.git
Revision 3521903e6a9a0bc221c213d44697bc97c86f2b52 authored by Dmitry Yu. Naumov on 15 December 2020, 13:26:30 UTC, committed by Dmitry Yu. Naumov on 15 December 2020, 13:26:30 UTC
[MPL] Kozeny carman model

See merge request ogs/ogs!3264
2 parent s 67e7fed + 52d4e15
Raw File
Tip revision: 3521903e6a9a0bc221c213d44697bc97c86f2b52 authored by Dmitry Yu. Naumov on 15 December 2020, 13:26:30 UTC
Merge branch 'KozenyCarmanModel' into 'master'
Tip revision: 3521903
.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,toml,html,css,js,scss}]
indent_size = 2
back to top