https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7be0fd614698fc9b052f5c74c7f5ea6ac4307727 authored by Dmitry Yu. Naumov on 20 February 2021, 11:16:09 UTC
Merge branch 'RM_UseDoublePorosityModel' into 'master'
Tip revision: 7be0fd6
.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
back to top