https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fd4c32d778ed034ef268a7177f3c6b3fe6b16ffb authored by Thomas Fischer on 25 June 2021, 12:35:37 UTC
[A/IO] CsvInterface::readColumn returns read data.
Tip revision: fd4c32d
.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