https://gitlab.opengeosys.org/ogs/ogs.git
Revision e5fbe5fa1fc33ad948556e4f395f02fa09818127 authored by Thomas Fischer on 19 May 2021, 14:07:31 UTC, committed by Thomas Fischer on 31 May 2021, 04:21:07 UTC
The node polygon is managed externally.
1 parent 760886f
Raw File
Tip revision: e5fbe5fa1fc33ad948556e4f395f02fa09818127 authored by Thomas Fischer on 19 May 2021, 14:07:31 UTC
[A/IO/Gmsh] Don't cleanup _node_polygon.
Tip revision: e5fbe5f
.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