https://gitlab.opengeosys.org/ogs/ogs.git
Revision 8dd738565798427460e882bc32763735aea3a98b authored by garibay-j on 05 May 2021, 15:50:00 UTC, committed by garibay-j on 05 May 2021, 15:50:00 UTC
[CL] Enable chemically induced porosity change for equilibrium reactants

See merge request ogs/ogs!3602
2 parent s 122130d + da61e1c
Raw File
Tip revision: 8dd738565798427460e882bc32763735aea3a98b authored by garibay-j on 05 May 2021, 15:50:00 UTC
Merge branch 'PorosityEquilibriumReactants' into 'master'
Tip revision: 8dd7385
.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