https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 43258225e799cca4b6ee6d5001d7781f94516bd7 authored by Wenqing Wang on 06 September 2021, 07:18:19 UTC
Increased the tolerance of the local Newton method for BGRa in one test
Tip revision: 4325822
.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