https://gitlab.opengeosys.org/ogs/ogs.git
Revision ef9c1950f004ee83f39a71f57388109e703b0ea3 authored by Dmitry Yu. Naumov on 15 September 2021, 13:13:11 UTC, committed by Dmitry Yu. Naumov on 15 September 2021, 13:13:11 UTC
[MeL/IO] HDF5 - Types of Application I/O to Parallel File Systems

See merge request ogs/ogs!3764
2 parent s d3c0489 + f7fffbb
Raw File
Tip revision: ef9c1950f004ee83f39a71f57388109e703b0ea3 authored by Dmitry Yu. Naumov on 15 September 2021, 13:13:11 UTC
Merge branch 'localhdf' into 'master'
Tip revision: ef9c195
.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