https://gitlab.opengeosys.org/ogs/ogs.git
Revision 02dfa772c8a7c01f3282f46e94d7e28151f14352 authored by wenqing on 27 April 2023, 13:36:20 UTC, committed by wenqing on 27 April 2023, 13:36:20 UTC
[Process] Added two arguments to postTimestep

See merge request ogs/ogs!4579
2 parent s 43f287b + d619fc8
Raw File
Tip revision: 02dfa772c8a7c01f3282f46e94d7e28151f14352 authored by wenqing on 27 April 2023, 13:36:20 UTC
Merge branch 'local_assembler_args' into 'master'
Tip revision: 02dfa77
.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