https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2c4697de7bcd9643d3fbde1992f5e8844e12804f authored by Norbert Grunwald on 14 September 2021, 10:22:34 UTC
[T/TH2M] updated reference files include aeraulic_flow and heat_flux
Tip revision: 2c4697d
.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