Revision b41338c591a0fd9abc6b0eadf5bf3db1fb96b410 authored by Tom Fischer on 09 June 2023, 06:22:39 UTC, committed by Tom Fischer on 09 June 2023, 06:22:39 UTC
Always output OGS_VERSION into vtu and xdmf files

See merge request ogs/ogs!4638
2 parent s 1b4847a + 43c6745
Raw File
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*
.DS_Store

# 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
Tests/Data/_out
web/.netlify

CMakeUserPresets.json

.snakemake

# clangd and other language servers' caches
.cache
.ccls-cache

# VS Code devcontainer
/.cpm
nohup.out

/Documentation/.vale

# Python build
/_skbuild
*.egg-info/
/wheelhouse
.ipynb_checkpoints
/Applications/Python/_version.py
back to top