https://gitlab.opengeosys.org/ogs/ogs.git
Revision cf7936a18d647aeba028e446998998210e1fd399 authored by Dmitri Naumov on 30 July 2021, 12:34:48 UTC, committed by Dmitri Naumov on 06 September 2021, 15:41:56 UTC
Otherwise the integration point data is not set correctly for restart.
1 parent 033657c
Raw File
Tip revision: cf7936a18d647aeba028e446998998210e1fd399 authored by Dmitri Naumov on 30 July 2021, 12:34:48 UTC
[PL/THM] Initialize local asm's after int points.
Tip revision: cf7936a
.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