https://gitlab.opengeosys.org/ogs/ogs.git
Revision 88c4cbe8d07f3d6715f7f496475442c33a3e8d75 authored by wenqing on 13 July 2023, 08:06:26 UTC, committed by wenqing on 13 July 2023, 08:06:26 UTC
Reset integration point data by materialIDs

See merge request ogs/ogs!4668
2 parent s 6b55afa + 2376a4a
Raw File
Tip revision: 88c4cbe8d07f3d6715f7f496475442c33a3e8d75 authored by wenqing on 13 July 2023, 08:06:26 UTC
Merge branch 'reset_ip_data' into 'master'
Tip revision: 88c4cbe
.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