https://gitlab.opengeosys.org/ogs/ogs.git
Revision d619fc81a07b98eefecdaa94198717e79e3e2d99 authored by Wenqing Wang on 19 April 2023, 10:40:09 UTC, committed by Dmitry Yu. Naumov on 27 April 2023, 13:36:13 UTC
postTimestepConcrete of local assemblers.
1 parent 43f287b
Raw File
Tip revision: d619fc81a07b98eefecdaa94198717e79e3e2d99 authored by Wenqing Wang on 19 April 2023, 10:40:09 UTC
[Process] Added two arguments to postTimestep and
Tip revision: d619fc8
.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