https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 60f3352edd8a2376c80bd09308b0bf4f66fb5c3a authored by Dmitri Naumov on 31 August 2021, 07:53:23 UTC
[T/TRM] A2; Add HeatFlux to the comparisons.
Tip revision: 60f3352
.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