diff --git a/examples/alpaka/nbody/nbody.cpp b/examples/alpaka/nbody/nbody.cpp index 56847e74ba..c033b855f8 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);