Revision b3f2720eb6eb6a8519a4f6f867197cbc3c6e00d9 authored by Dmitri Naumov on 26 March 2023, 20:58:52 UTC, committed by Dmitry Yu. Naumov on 29 March 2023, 12:53:15 UTC
For a volumetric strain dependent saturaration the value
must be set before saturation evaluation.
1 parent 7f52656
Raw File
.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