Revision 7fa698127d9decd4e7ae55b9f1e564460b2175cb authored by Tobias Meisel on 19 August 2021, 13:43:01 UTC, committed by Tobias Meisel on 25 August 2021, 09:47:23 UTC
On Windows absolute path inside xdmf to hdf was incorrect. Fix to relative path because file must be transferable
1 parent 3d3bac7
Raw File
.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