Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 392 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 392 Bytes

DOI

trackcpp

Particle tracking code

Code check

In order to use clang-tidy, a compile_commands.json file must be present at the root of the repository. In order to generate one and still use make as the build system:

# Compile using 'bear <build command>'
bear make -j$(nproc)