https://gitlab.opengeosys.org/ogs/ogs.git
Revision 069a660f8d7a3b69fcf01213ead232b8f7454750 authored by Jörg Buchwald on 04 November 2021, 21:23:29 UTC, committed by Dmitri Naumov on 12 November 2021, 08:25:48 UTC
1 parent a555a86
Raw File
Tip revision: 069a660f8d7a3b69fcf01213ead232b8f7454750 authored by Jörg Buchwald on 04 November 2021, 21:23:29 UTC
stop OGS if integration order is not implemented
Tip revision: 069a660
.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