diff --git a/examples/alpaka/nbody/nbody.cpp b/examples/alpaka/nbody/nbody.cpp index d9c61c1763..a01f2e226e 100644 --- a/examples/alpaka/nbody/nbody.cpp +++ b/examples/alpaka/nbody/nbody.cpp @@ -410,11 +410,11 @@ set y2tics auto run(plotFile); if constexpr(hasSharedMem) run(plotFile); - run(plotFile); + run(plotFile); if constexpr(hasSharedMem) - run(plotFile); + run(plotFile); if constexpr(hasSharedMem) - run(plotFile); + run(plotFile); run(plotFile); if constexpr(hasSharedMem) run(plotFile);