https://github.com/feelpp/feelpp
Raw File
Tip revision: f341c1dcad4cc6ff8d9fc4cc19c828b0bc08a640 authored by Thibaut Metivet on 11 April 2019, 22:14:18 UTC
Use range instead of marker to construct LevelSetParticleInjector
Tip revision: f341c1d
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top