Revision 0076d05ed4e29c608097ee0cac9dbfe8e80e1bb2 authored by Vincent Chabannes on 20 February 2021, 08:51:59 UTC, committed by Vincent Chabannes on 20 February 2021, 08:51:59 UTC
- sould be a little more efficient by removing potentially an access to a mesh element by the id
1 parent ec01305
Raw File
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top