https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fd107f4d2a40213fb7f792c065a7f985e50a7ba5 authored by Wenqing Wang on 24 February 2021, 13:50:05 UTC
[HM] Added if-condition to avoid multiple initial stress definition
Tip revision: fd107f4
.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