Revision 6cfd76397657f949473c3ee5f3402e22d8cfbc5a authored by Dmitry Yu. Naumov on 23 January 2021, 11:56:43 UTC, committed by Dmitry Yu. Naumov on 23 January 2021, 11:56:43 UTC
Fixed a bug that skips output at a accept time step with rejections before.

See merge request ogs/ogs!3416
2 parent s f89d174 + 1353d6b
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
back to top