https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 05163b4a0e3b3f56a2d342490dc5d0836d5dd38c authored by Wenqing Wang on 13 July 2021, 10:23:04 UTC
[Ctest/HM_MFront] Added a simple test
Tip revision: 05163b4
.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