Revision 47f6df5ddc1f4e5e5addcf05085a8e524d68429c authored by Dmitry Yu. Naumov on 23 February 2021, 21:04:48 UTC, committed by Dmitry Yu. Naumov on 23 February 2021, 21:04:48 UTC
Fixed benchmark failures in TM

Closes #3106 and #3108

See merge request ogs/ogs!3461
2 parent s 2e63da1 + 365ae87
Raw File
.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
back to top