https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 6e4429ab5e7eb91c89e62f5145b4dc96edcbf1a4 authored by Dmitri Naumov on 02 November 2021, 16:52:59 UTC
[MeL/VTK] Explicitly handle long types.
Tip revision: 6e4429a
.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