https://gitlab.opengeosys.org/ogs/ogs.git
Revision 0ed92c3654379bdb743bb7a258c884fc9da59ea4 authored by Dmitry Yu. Naumov on 25 February 2021, 19:02:13 UTC, committed by Dmitry Yu. Naumov on 25 February 2021, 19:02:13 UTC
[TM] Fixed the integration order for IP data I/O

See merge request ogs/ogs!3464
2 parent s 90b2d58 + b8dc9c5
Raw File
Tip revision: 0ed92c3654379bdb743bb7a258c884fc9da59ea4 authored by Dmitry Yu. Naumov on 25 February 2021, 19:02:13 UTC
Merge branch 'TM_fixing' into 'master'
Tip revision: 0ed92c3
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top