From 128e3ca3e8cd03a28071484663e87b4b26cf2c73 Mon Sep 17 00:00:00 2001
From: Behzad Safaei <iwia103h@a0221.nhr.fau.de>
Date: Wed, 16 Apr 2025 00:09:12 +0200
Subject: [PATCH] Update ballast.cpp

---
 examples/modular/ballast/ballast.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/modular/ballast/ballast.cpp b/examples/modular/ballast/ballast.cpp
index 4ed19ce..20e55af 100644
--- a/examples/modular/ballast/ballast.cpp
+++ b/examples/modular/ballast/ballast.cpp
@@ -108,7 +108,6 @@ int main(int argc, char **argv) {
     auto start = std::chrono::high_resolution_clock::now();
 
     for (int t=0; t<num_timesteps; ++t){
-        if ((t % vtk_freq==0) && pairs_sim->rank()==0) std::cout << "Timestep: " << t << std::endl;
         ac->syncUid(PairsAccessor::Host);
         
         // Change bottom plate position
-- 
GitLab