Revision cf7936a18d647aeba028e446998998210e1fd399 authored by Dmitri Naumov on 30 July 2021, 12:34:48 UTC, committed by Dmitri Naumov on 06 September 2021, 15:41:56 UTC
Otherwise the integration point data is not set correctly for restart.
1 parent 033657c
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

.snakemake
back to top