https://gitlab.opengeosys.org/ogs/ogs.git
Revision c2a158d211bf82e39afab71396f1bc143ac02a90 authored by Dmitry Yu. Naumov on 15 March 2021, 08:24:56 UTC, committed by Dmitry Yu. Naumov on 15 March 2021, 08:24:56 UTC
Use constexpr for KelvinVectorDimensions

See merge request ogs/ogs!3453
2 parent s 30d75b5 + 4511f36
Raw File
Tip revision: c2a158d211bf82e39afab71396f1bc143ac02a90 authored by Dmitry Yu. Naumov on 15 March 2021, 08:24:56 UTC
Merge branch 'KelvinVectorDimConstexpr' into 'master'
Tip revision: c2a158d
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top