Skip to content

Commit

Permalink
Remove dead variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jan 1, 2024
1 parent 3c37c5a commit 1cd365b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/nbody/nbody.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ constexpr auto rngSeed = 42;
constexpr auto referenceParticleIndex = 1338;
constexpr auto maxPosDiff = FP{0.001};

constexpr auto l1CacheSize = 32 * 1024;
constexpr auto l2CacheSize = 512 * 1024;

using namespace std::string_literals;

#ifdef HAVE_XSIMD
Expand Down

0 comments on commit 1cd365b

Please sign in to comment.