https://gitlab.opengeosys.org/ogs/ogs.git
Revision 4b6e9833efb6c760af63967673fc88c3a8bf369d authored by Dmitry Yu. Naumov on 27 February 2023, 10:12:51 UTC, committed by Dmitry Yu. Naumov on 27 February 2023, 10:12:51 UTC
Fixed one LARGE parallel computing test

Closes #3374

See merge request ogs/ogs!4499
2 parent s 5287730 + 3bf6dd0
Raw File
Tip revision: 4b6e9833efb6c760af63967673fc88c3a8bf369d authored by Dmitry Yu. Naumov on 27 February 2023, 10:12:51 UTC
Merge branch 'fix_test0' into 'master'
Tip revision: 4b6e983
.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