From b3de1789076ec82349942ab55d2d6e0da9a88ec0 Mon Sep 17 00:00:00 2001 From: Behzad Safaei <iwia103h@a0221.nhr.fau.de> Date: Thu, 20 Mar 2025 01:28:47 +0100 Subject: [PATCH] Update sd_static --- examples/benchmarks/sd_static.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/benchmarks/sd_static.cpp b/examples/benchmarks/sd_static.cpp index 4396fb6..9da037e 100644 --- a/examples/benchmarks/sd_static.cpp +++ b/examples/benchmarks/sd_static.cpp @@ -82,8 +82,8 @@ int main(int argc, char **argv) { std::cout << "PUPS: " << pups << std::endl; } - pairs::vtk_write_data(pairs_runtime, "output/local_spheres", 0, pairs_sim->nlocal(), 0); - pairs::vtk_write_data(pairs_runtime, "output/ghost_spheres", pairs_sim->nlocal(), pairs_sim->size(), 0); + // pairs::vtk_write_data(pairs_runtime, "output/local_spheres", 0, pairs_sim->nlocal(), 0); + // pairs::vtk_write_data(pairs_runtime, "output/ghost_spheres", pairs_sim->nlocal(), pairs_sim->size(), 0); pairs_sim->end(); } \ No newline at end of file -- GitLab