Revision 9cea228ad761a7547b13b5c19c6e9588a2568fab authored by Christoph Lehmann on 05 April 2023, 05:35:34 UTC, committed by Christoph Lehmann on 05 April 2023, 05:35:34 UTC
Draft: Added generic numerical differentiation algorithm

See merge request ogs/ogs!4522
2 parent s a5de98c + e939dfd
Raw File
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top