https://github.com/feelpp/feelpp
Raw File
Tip revision: 496322a5cef4562d10b9e243b6c0fa20e79f2a65 authored by CĂ©line Van Landeghem on 20 February 2024, 14:19:06 UTC
Up elastic collision algo
Tip revision: 496322a
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top