https://github.com/feelpp/feelpp
Raw File
Tip revision: f16d764d55179638af77faab6559b96bdd514888 authored by Christophe Prud'homme on 25 March 2022, 15:34:27 UTC
mv pbdw and reduced basis to python
Tip revision: f16d764
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top