https://gitlab.opengeosys.org/ogs/ogs.git
Revision eba59f74dc518127b6d6b8720cbd26619a8c7b12 authored by Dmitri Naumov on 15 March 2021, 10:10:12 UTC, committed by Dmitri Naumov on 15 March 2021, 10:10:12 UTC
1 parent 7b05e2d
Raw File
Tip revision: eba59f74dc518127b6d6b8720cbd26619a8c7b12 authored by Dmitri Naumov on 15 March 2021, 10:10:12 UTC
[MeL/Vtk] Avoid memory leak of node coordinates.
Tip revision: eba59f7
.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