https://github.com/feelpp/feelpp
Raw File
Tip revision: 47e3e3d2cf3e29e1b0be2464c2761227c1365a1c authored by Thomas Saigre on 16 June 2023, 14:58:39 UTC
up fixes in greedy function
Tip revision: 47e3e3d
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top