https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 60f001ac6f22dbc680ba56b8cb30c5e533bf8597 authored by wenqing on 22 April 2021, 16:28:32 UTC
Merge branch 'MPL_vapour_general_latent_heat' into 'master'
Tip revision: 60f001a
.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