https://gitlab.opengeosys.org/ogs/ogs.git
Revision 3c136fd1cfab16cd06f61f1e099759dfcde1b27b authored by Tobias Meisel on 06 September 2021, 11:34:43 UTC, committed by Tobias Meisel on 07 September 2021, 09:32:02 UTC
1 parent 2c95db0
Raw File
Tip revision: 3c136fd1cfab16cd06f61f1e099759dfcde1b27b authored by Tobias Meisel on 06 September 2021, 11:34:43 UTC
[MeL/IO] HDF/XDMF: Writer is now able to write multiple meshes and timeseries
Tip revision: 3c136fd
.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