Revision e35cda5d32311b4d8b4dec2dc8503a2a8e0b18c6 authored by Dmitry Yu. Naumov on 05 October 2021, 14:34:16 UTC, committed by Dmitry Yu. Naumov on 05 October 2021, 14:34:16 UTC
Energy output by computeEnergy has been updated.

See merge request ogs/ogs!3806
2 parent s 1c0b1e8 + 3166ab9
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