https://gitlab.opengeosys.org/ogs/ogs.git
Revision a95dcf4fb08e4d6a3714410c33c2b139ff785c04 authored by Dmitry Yu. Naumov on 11 March 2021, 19:19:41 UTC, committed by Dmitry Yu. Naumov on 11 March 2021, 19:19:41 UTC
Added vapour diffusion type and the FEBEX type vapour_diffusion property

See merge request ogs/ogs!3491
2 parent s f989cda + f538015
Raw File
Tip revision: a95dcf4fb08e4d6a3714410c33c2b139ff785c04 authored by Dmitry Yu. Naumov on 11 March 2021, 19:19:41 UTC
Merge branch 'MPL_vapour_diffusion' into 'master'
Tip revision: a95dcf4
.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}]
indent_size = 2
back to top