https://github.com/feelpp/feelpp
Raw File
Tip revision: acace108b7a979d1b5e1632b932b6ad636e3f3c4 authored by CĂ©line Van Landeghem on 08 June 2023, 11:58:52 UTC
Add adhesion forces
Tip revision: acace10
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top