https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 4138ca0b06bdd66ad1d2324991c091c55ca16c08 authored by Steffen Beese on 21 July 2021, 08:55:47 UTC
[RM/DSM] change of parameters in ctest file to see the features
Tip revision: 4138ca0
.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