Revision fb6a558c8d9304637825079d884e437c0c0dc820 authored by Jaime Garibay on 21 May 2021, 14:25:30 UTC, committed by Jaime Garibay on 03 June 2021, 06:24:29 UTC
This feature adds the capability to model
exchange reactions using the Phreeqc solver
1 parent d49bec2
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