Revision ba4eb4f877b1961a10cc3058e0832a146772be84 authored by Christophe Prud'homme on 05 October 2020, 12:30:41 UTC, committed by Christophe Prud'homme on 05 October 2020, 12:30:41 UTC
Provide interface for partitioning locally connected faces #1526
1 parent 2323b85
Raw File
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top