https://gitlab.opengeosys.org/ogs/ogs.git
Revision fa3f56a108f0858df95055f805fd080482b6527c authored by Thomas Fischer on 08 December 2020, 10:55:06 UTC, committed by Thomas Fischer on 14 December 2020, 05:52:20 UTC
1 parent a84134c
Raw File
Tip revision: fa3f56a108f0858df95055f805fd080482b6527c authored by Thomas Fischer on 08 December 2020, 10:55:06 UTC
[MaL] Impl. of Eigen version of scalarTriple.
Tip revision: fa3f56a
.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