https://github.com/feelpp/feelpp
Raw File
Tip revision: 9df7f0a17dd6f00537fee6172f296bf2b632e4bf authored by Thibaut METIVET on 05 May 2022, 08:26:38 UTC
Filter out ghost elements in distancetorange initialization
Tip revision: 9df7f0a
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top