Revision c61c79daf7aba006a67948b13552e149d9f7e2e5 authored by Norbert Grunwald on 24 February 2021, 22:18:13 UTC, committed by Norbert Grunwald on 01 April 2021, 07:28:48 UTC
rather than asking for molar mass from gas phase properties
1 parent 8c2c5e5
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