https://gitlab.opengeosys.org/ogs/ogs.git
Revision 95df051cb2802f646213533554a3d6a33bb147bd authored by Dmitri Naumov on 29 October 2021, 15:19:48 UTC, committed by Dmitry Yu. Naumov on 04 November 2021, 15:08:43 UTC
Absence of a named property vector and it's type mismatch
are easily identified.
1 parent 0ad843c
Raw File
Tip revision: 95df051cb2802f646213533554a3d6a33bb147bd authored by Dmitri Naumov on 29 October 2021, 15:19:48 UTC
[PL/BC] Distinguish two different types of errors.
Tip revision: 95df051
.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