https://gitlab.opengeosys.org/ogs/ogs.git
Revision 9aa876812b6d312896bf97924056e708a8a82aa7 authored by Dmitri Naumov on 07 June 2021, 16:10:00 UTC, committed by Dmitri Naumov on 08 June 2021, 09:02:10 UTC
Some parts of the code expect an empty set of active elements
if all of the elements are active.
1 parent ff1d8c3
Raw File
Tip revision: 9aa876812b6d312896bf97924056e708a8a82aa7 authored by Dmitri Naumov on 07 June 2021, 16:10:00 UTC
[PL/PV] DS; Readd special case for all active elements.
Tip revision: 9aa8768
.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