Revision 96465f6ec2a895608c2df8901059e9312bdd8d79 authored by KeitaYoshioka on 29 September 2021, 11:35:35 UTC, committed by Dmitri Naumov on 05 October 2021, 12:16:10 UTC
The computation is different for the two models.
1 parent 1c0b1e8
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