https://gitlab.opengeosys.org/ogs/ogs.git
Revision f5d1e73f6a7c45df3f50df80bc415c40c66e7451 authored by Tom Fischer on 18 March 2021, 14:37:18 UTC, committed by Tom Fischer on 18 March 2021, 14:37:18 UTC
[PL/TimeLoop] Use the vector of ids of xdot GlobalVector's.

Closes #3120

See merge request ogs/ogs!3522
2 parent s 67eded2 + 397fe72
Raw File
Tip revision: f5d1e73f6a7c45df3f50df80bc415c40c66e7451 authored by Tom Fischer on 18 March 2021, 14:37:18 UTC
Merge branch 'FixVectorAccessInStaggeredSchema' into 'master'
Tip revision: f5d1e73
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top