https://gitlab.opengeosys.org/ogs/ogs.git
Revision e087193778a3efa2690802e30d247d5d3d2f9ee0 authored by Thomas Fischer on 07 December 2020, 08:41:01 UTC, committed by Thomas Fischer on 07 December 2020, 08:41:56 UTC
1 parent c4b5be5
Raw File
Tip revision: e087193778a3efa2690802e30d247d5d3d2f9ee0 authored by Thomas Fischer on 07 December 2020, 08:41:01 UTC
[A/U/MP/PartitionMesh] mat_id can be a constexpr.
Tip revision: e087193
.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
back to top