https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5b17b2bcb5d69d5e7597f2b2ca8802e222c3fb1a authored by wenqing on 01 November 2021, 17:23:02 UTC
Merge branch 'test_for_Gmsh2OGS_linear_elements' into 'master'
Tip revision: 5b17b2b
.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