https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 18d3df277cc9b7539ea9852fd73adf47fdbbc9c1 authored by Dmitri Naumov on 12 June 2021, 11:20:20 UTC
[PL/TH2M] Stress/strain/saturation IP output.
Tip revision: 18d3df2
.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