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
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top