https://gitlab.opengeosys.org/ogs/ogs.git
Revision 883db3d560642907d13834bc08ec528850d81835 authored by Karsten Rink on 14 March 2021, 14:49:23 UTC, committed by Karsten Rink on 14 March 2021, 14:49:23 UTC
Mesh layer/raster updates

See merge request ogs/ogs!3484
2 parent s 13672f6 + edb85de
Raw File
Tip revision: 883db3d560642907d13834bc08ec528850d81835 authored by Karsten Rink on 14 March 2021, 14:49:23 UTC
Merge branch 'MeshLayerRasterUpdates' into 'master'
Tip revision: 883db3d
.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