https://gitlab.opengeosys.org/ogs/ogs.git
Revision 7afbb3d3e9ec6309ec4ce47a0d364f83c2807854 authored by Dmitry Yu. Naumov on 30 July 2021, 09:46:56 UTC, committed by Dmitry Yu. Naumov on 30 July 2021, 09:46:56 UTC
[RM/DSM] bugfix for transport porosity computation in case of DSM

See merge request ogs/ogs!3713
2 parent s 98c12b3 + 4138ca0
Raw File
Tip revision: 7afbb3d3e9ec6309ec4ce47a0d364f83c2807854 authored by Dmitry Yu. Naumov on 30 July 2021, 09:46:56 UTC
Merge branch 'MR-fixTransportporosityDSM' into 'master'
Tip revision: 7afbb3d
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*

# CLion IDE project files
*.iml
.idea

# Visual Studio Code project files
.vscode

# Conan package manager
conanbuildinfo.cmake
conaninfo.txt
CMakeLists.txt.user*

*.pyc
.venv

Tests/**/*.md5
Tests/Data/Parabolic/HT/InvalidProjectFiles/*.prj
web/.netlify

CMakeUserPresets.json

.snakemake
back to top